Orc/JITSymbol.h requires not "Compiler.h" but "DataTypes.h" due to uint64_t.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 23 Feb 2015 11:12:52 +0000 (11:12 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 23 Feb 2015 11:12:52 +0000 (11:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230214 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ExecutionEngine/Orc/JITSymbol.h

index 07a7dbb9a1f6ec077c4871a7762b4f6722dd12cf..a670222c13206690d0786c9a2e42cc86b27ca201 100644 (file)
@@ -14,7 +14,7 @@
 #ifndef LLVM_EXECUTIONENGINE_ORC_JITSYMBOL_H
 #define LLVM_EXECUTIONENGINE_ORC_JITSYMBOL_H
 
-#include "llvm/Support/Compiler.h"
+#include "llvm/Support/DataTypes.h"
 #include <cassert>
 #include <functional>