[Orc] Add missing casserts header to JITSymbol.h.

llvm-svn: 228675
This commit is contained in:
Lang Hames 2015-02-10 07:26:19 +00:00
parent 536594f30e
commit 5b8cf29390
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#define LLVM_EXECUTIONENGINE_ORC_JITSYMBOL_H
#include "llvm/Support/Compiler.h"
#include <cassert>
#include <functional>
namespace llvm {