1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00

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 110e030d7b
commit 942e6f9c64

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"