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