Fix a #include to resolve IntegerType class.

llvm-svn: 33385
This commit is contained in:
Reid Spencer 2007-01-19 22:45:50 +00:00
parent 727f31b2cd
commit 969bdf344f
1 changed files with 1 additions and 1 deletions

View File

@ -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"