[LibFuzzer] Add missing #include<string>

This partially fixes the compilation of the LibFuzzer unit test
on OSX using AppleClang.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270926 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Liew 2016-05-26 21:54:25 +00:00
parent 642359b127
commit bbd3f4216e

View File

@ -19,6 +19,7 @@
#include <stdint.h>
#include <algorithm>
#include <string>
#include <tuple>
#include <vector>