another missing header :( :( :(
llvm-svn: 34632
diff --git a/llvm/lib/Support/APInt.cpp b/llvm/lib/Support/APInt.cpp
index 1a2f0e0..0beee10 100644
--- a/llvm/lib/Support/APInt.cpp
+++ b/llvm/lib/Support/APInt.cpp
@@ -13,6 +13,7 @@
//
//===----------------------------------------------------------------------===//
+#if 0
#define DEBUG_TYPE "apint"
#include "llvm/ADT/APInt.h"
#include "llvm/DerivedTypes.h"
@@ -1681,3 +1682,6 @@
cerr << " (" << this->toString(10, false) << ")\n" << std::setbase(10);
}
#endif
+
+#endif
+