DEBUG got moved to Support/Debug.h
[oota-llvm.git] / lib / Transforms / Scalar / PRE.cpp
index 3a1239f4e67d0465db8a56244b580eec952d8389..a97654556caecf667a65a38707c9d3fa80e65351 100644 (file)
@@ -23,6 +23,7 @@
 #include "llvm/Analysis/PostDominators.h"
 #include "llvm/Analysis/ValueNumbering.h"
 #include "llvm/Transforms/Scalar.h"
+#include "Support/Debug.h"
 #include "Support/DepthFirstIterator.h"
 #include "Support/PostOrderIterator.h"
 #include "Support/Statistic.h"