[Orc] Add missing casserts header to JITSymbol.h.
authorLang Hames <lhames@gmail.com>
Tue, 10 Feb 2015 07:26:19 +0000 (07:26 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 10 Feb 2015 07:26:19 +0000 (07:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228675 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ExecutionEngine/Orc/JITSymbol.h

index b0ad26346a859f322d45a03d3033a25e4a01eaa7..e3d91ceb93e16d52b1fedf824d672b6cf087bfba 100644 (file)
@@ -15,6 +15,7 @@
 #define LLVM_EXECUTIONENGINE_ORC_JITSYMBOL_H
 
 #include "llvm/Support/Compiler.h"
+#include <cassert>
 #include <functional>
 
 namespace llvm {