Move C++ code out of the C headers and into either C++ headers
[oota-llvm.git] / lib / IR / Core.cpp
index a47976f29cc28355b8349714c19f82e936591307..1585f25d6a63583e58300cb1e4adce640a480d25 100644 (file)
@@ -13,6 +13,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm-c/Core.h"
+#include "llvm/Wrap.h"
 #include "llvm/Bitcode/ReaderWriter.h"
 #include "llvm/IR/Attributes.h"
 #include "llvm/IR/Constants.h"