forked from OSchip/llvm-project
[PM] Add a missing header that I had in the next commit but was needed
in r318128. Should fix the build. llvm-svn: 318130
This commit is contained in:
parent
f3df1f7bf1
commit
afce44949a
|
@ -51,6 +51,7 @@
|
|||
#include "llvm/Transforms/IPO/PassManagerBuilder.h"
|
||||
#include "llvm/Transforms/IPO/ThinLTOBitcodeWriter.h"
|
||||
#include "llvm/Transforms/Instrumentation.h"
|
||||
#include "llvm/Transforms/Instrumentation/BoundsChecking.h"
|
||||
#include "llvm/Transforms/ObjCARC.h"
|
||||
#include "llvm/Transforms/Scalar.h"
|
||||
#include "llvm/Transforms/Scalar/GVN.h"
|
||||
|
|
Loading…
Reference in New Issue