- Add a "getOrInsertGlobal" method to the Module class. This acts similarly to
[oota-llvm.git] / lib / VMCore / PassManager.cpp
index e3d1c5364e95f5e8869e952a845a7c7528a8e7f0..ef90aace3dab03d3e07f5ff6bf435934f9c28fa3 100644 (file)
@@ -22,6 +22,7 @@
 #include "llvm/Analysis/Dominators.h"
 #include "llvm-c/Core.h"
 #include <algorithm>
+#include <cstdio>
 #include <vector>
 #include <map>
 using namespace llvm;