Add compilability


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14744 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PowerPC/PPC32ISelSimple.cpp b/lib/Target/PowerPC/PPC32ISelSimple.cpp
index a7a1f86..64fcc6b 100644
--- a/lib/Target/PowerPC/PPC32ISelSimple.cpp
+++ b/lib/Target/PowerPC/PPC32ISelSimple.cpp
@@ -27,6 +27,7 @@
 #include "llvm/Support/InstVisitor.h"
 #include "Support/Debug.h"
 #include <vector>
+#include <iostream>
 using namespace llvm;
 
 namespace {