Move C++ code out of the C headers and into either C++ headers
[oota-llvm.git] / lib / Transforms / ObjCARC / ObjCARC.cpp
index 373168e89888532c716d63bf7e3c07f7e6ac4a7e..b76a33668dee283da88f1aae4cd66667f7a8049f 100644 (file)
@@ -17,6 +17,7 @@
 #include "llvm-c/Core.h"
 #include "llvm-c/Initialization.h"
 #include "llvm/InitializePasses.h"
+#include "llvm/Wrap.h"
 #include "llvm/Support/CommandLine.h"
 
 namespace llvm {