Move C++ code out of the C headers and into either C++ headers
[oota-llvm.git] / lib / Bitcode / Reader / BitReader.cpp
index 5cd6c552bd8a7b22b8aa80f339c0371eed47cd16..d777c8c6aad36ef57cb91cbbf7211018415b095f 100644 (file)
@@ -8,6 +8,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm-c/BitReader.h"
+#include "llvm/Wrap.h"
 #include "llvm/Bitcode/ReaderWriter.h"
 #include "llvm/IR/LLVMContext.h"
 #include "llvm/Support/MemoryBuffer.h"