Implement changes from Chris's feedback.
[oota-llvm.git] / lib / Target / XCore / XCoreISelDAGToDAG.cpp
index eed34a4b635b177b59728fbd84d124a8efc54872..5114bc75321f7172b1c352b7ef008a7dce18ac4f 100644 (file)
@@ -28,6 +28,8 @@
 #include "llvm/Target/TargetLowering.h"
 #include "llvm/Support/Compiler.h"
 #include "llvm/Support/Debug.h"
+#include "llvm/Support/ErrorHandling.h"
+#include "llvm/Support/raw_ostream.h"
 #include <queue>
 #include <set>
 using namespace llvm;