Need <iostream> for the time being.
[oota-llvm.git] / tools / llvm-ld / Optimize.cpp
index 29423a74ef7adffdae036401e4c295b1c7b267e1..25f1d7d1d53557a6247c8b4ca3044f9a314784a8 100644 (file)
@@ -24,6 +24,7 @@
 #include "llvm/Transforms/Scalar.h"
 #include "llvm/Support/PassNameParser.h"
 #include "llvm/Support/PluginLoader.h"
+#include <iostream>
 using namespace llvm;
 
 // Pass Name Options as generated by the PassNameParser