Fix the conditions under which SCCP should examine insertvalue
[oota-llvm.git] / tools / llvm-link / llvm-link.cpp
index 6c595701c60a0876c545bee8535db83d1b590eab..8c6541ff0f39131c79efccd721f641d9ead11215 100644 (file)
@@ -19,6 +19,7 @@
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/ManagedStatic.h"
 #include "llvm/Support/MemoryBuffer.h"
+#include "llvm/Support/Streams.h"
 #include "llvm/System/Signals.h"
 #include "llvm/System/Path.h"
 #include <fstream>