This patch breaks up Wrap.h so that it does not have to include all of
[oota-llvm.git] / lib / Bitcode / Writer / BitWriter.cpp
index 9f51c35ad92e2068e64e9e55046fbcc9cc41b57c..985208c40fdbf4a8c65cadbcbc7222375be53266 100644 (file)
@@ -9,6 +9,7 @@
 
 #include "llvm-c/BitWriter.h"
 #include "llvm/Bitcode/ReaderWriter.h"
+#include "llvm/IR/Module.h"
 #include "llvm/Support/raw_ostream.h"
 using namespace llvm;