Move C++ code out of the C headers and into either C++ headers
[oota-llvm.git] / lib / Transforms / InstCombine / InstructionCombining.cpp
index c6115e3e91fe51d90d0ecf093e5891b09a803209..fc832dc0c35823109eaf53679e66715492c60320 100644 (file)
@@ -53,6 +53,7 @@
 #include "llvm/Support/ValueHandle.h"
 #include "llvm/Target/TargetLibraryInfo.h"
 #include "llvm/Transforms/Utils/Local.h"
+#include "llvm/Wrap.h"
 #include <algorithm>
 #include <climits>
 using namespace llvm;