From da9d4eb529a2f8c2621d2838082c4bbce959f7a5 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Wed, 21 Sep 2016 03:50:37 +0000 Subject: [PATCH] [libFuzzer] fix libc++ build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282050 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Fuzzer/FuzzerInternal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Fuzzer/FuzzerInternal.h b/lib/Fuzzer/FuzzerInternal.h index aab01692f09..fc77f1d79fb 100644 --- a/lib/Fuzzer/FuzzerInternal.h +++ b/lib/Fuzzer/FuzzerInternal.h @@ -17,6 +17,7 @@ #include #include #include +#include #include #include -- 2.50.1