make SectionForGlobal non-virtual, add a hook for pic16 to do its "address=" hack.
[oota-llvm.git] / lib / Target / PIC16 / PIC16ISelDAGToDAG.cpp
index 6c2b8ec9747a8712a07e7ba0c0f0b50a1beb09e7..cc57d12c9042abe77bf5da693ef593798abdd44c 100644 (file)
@@ -13,6 +13,8 @@
 
 #define DEBUG_TYPE "pic16-isel"
 
+#include "llvm/Support/ErrorHandling.h"
+#include "llvm/Support/raw_ostream.h"
 #include "PIC16ISelDAGToDAG.h"
 #include "llvm/Support/Debug.h"