Implement changes from Chris's feedback.
[oota-llvm.git] / lib / VMCore / Instructions.cpp
index 66269301847c7d387d7ee8142c8d97a584446cd7..bbb22c5a64bb3d2d40d73475f463069bce4d1be2 100644 (file)
@@ -20,6 +20,7 @@
 #include "llvm/Support/CallSite.h"
 #include "llvm/Support/ConstantRange.h"
 #include "llvm/Support/MathExtras.h"
+#include "llvm/Support/Streams.h"
 using namespace llvm;
 
 //===----------------------------------------------------------------------===//