forked from OSchip/llvm-project
[Orc] Add missing casserts header to JITSymbol.h.
llvm-svn: 228675
This commit is contained in:
parent
536594f30e
commit
5b8cf29390
|
@ -15,6 +15,7 @@
|
|||
#define LLVM_EXECUTIONENGINE_ORC_JITSYMBOL_H
|
||||
|
||||
#include "llvm/Support/Compiler.h"
|
||||
#include <cassert>
|
||||
#include <functional>
|
||||
|
||||
namespace llvm {
|
||||
|
|
Loading…
Reference in New Issue