Implement changes from Chris's feedback.
[oota-llvm.git] / lib / Target / Alpha / AlphaISelDAGToDAG.cpp
index a774850461cc48f26d79fe81a8717318848a25ba..6fa05fc10867e7bdb1995fa38bb4f2993525b373 100644 (file)
@@ -28,7 +28,9 @@
 #include "llvm/Intrinsics.h"
 #include "llvm/Support/Compiler.h"
 #include "llvm/Support/Debug.h"
+#include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/MathExtras.h"
+#include "llvm/Support/raw_ostream.h"
 #include <algorithm>
 using namespace llvm;