[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:
Chandler Carruth 2017-11-14 01:47:24 +00:00
parent f3df1f7bf1
commit afce44949a
1 changed files with 1 additions and 0 deletions

View File

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