Move C++ code out of the C headers and into either C++ headers
[oota-llvm.git] / lib / Transforms / Instrumentation / Instrumentation.cpp
index 8ba102559bb6aeb9423d6d10587dd34e57be63d0..d5207b74baed44b78cf9d834a856afb60e3c4a37 100644 (file)
@@ -13,6 +13,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/InitializePasses.h"
+#include "llvm/Wrap.h"
 #include "llvm-c/Initialization.h"
 
 using namespace llvm;