forked from OSchip/llvm-project
Fix #include broken by iMemory.h not including DerivedTypes.h
llvm-svn: 2407
This commit is contained in:
parent
70411b074c
commit
9c0b187463
|
@ -10,7 +10,7 @@
|
|||
#include "llvm/iOther.h"
|
||||
#include "llvm/iTerminators.h"
|
||||
#include "llvm/iMemory.h"
|
||||
#include "llvm/Type.h"
|
||||
#include "llvm/DerivedTypes.h"
|
||||
#include "llvm/Constants.h"
|
||||
#include "llvm/Assembly/Writer.h"
|
||||
#include "llvm/Target/TargetData.h"
|
||||
|
|
Loading…
Reference in New Issue