Commit f613ad38 authored by Milad Fa's avatar Milad Fa Committed by Commit Bot

Add the missing <cstring> header

memcpy might need the above header included to prevent
compilation errors on gcc.

Change-Id: Idfc901f160e051effb322d7da6ecc682b0fedb11
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2782486Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
Commit-Queue: Milad Fa <mfarazma@redhat.com>
Cr-Commit-Position: refs/heads/master@{#73634}
parent 714c9ff1
......@@ -8,6 +8,7 @@
#include <stdint.h>
#include <algorithm>
#include <cstring>
#include <iostream>
namespace v8 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment