forked from OSchip/llvm-project
Fix a #include to resolve IntegerType class.
llvm-svn: 33385
This commit is contained in:
parent
727f31b2cd
commit
969bdf344f
|
@ -20,7 +20,7 @@
|
|||
#include <pthread.h>
|
||||
#include "llvm/Module.h"
|
||||
#include "llvm/Constants.h"
|
||||
#include "llvm/Type.h"
|
||||
#include "llvm/DerivedTypes.h"
|
||||
#include "llvm/Instructions.h"
|
||||
#include "llvm/ModuleProvider.h"
|
||||
#include "llvm/ExecutionEngine/JIT.h"
|
||||
|
|
Loading…
Reference in New Issue