Without explicitly including <string>, I'm getting an error on the new code in this file. Won't present an issue for anyone that isn't having the same trouble as me.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@278159 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Dewhurst 2016-08-09 20:32:59 +00:00
parent 2962e3e6b2
commit 6aabb5f33e

View File

@ -15,6 +15,7 @@
#define LLVM_EXECUTIONENGINE_JITSYMBOL_H
#include "llvm/Support/DataTypes.h"
#include <string>
#include <cassert>
#include <functional>