DEBUG got moved to Support/Debug.h
[oota-llvm.git] / lib / Transforms / Scalar / Reassociate.cpp
index 82ae37a53c1d0401447385eb95e45c91f7522949..c4f5fb1848cabf8275416dc54299284b1c2f74ed 100644 (file)
@@ -26,6 +26,7 @@
 #include "llvm/Pass.h"
 #include "llvm/Constant.h"
 #include "llvm/Support/CFG.h"
+#include "Support/Debug.h"
 #include "Support/PostOrderIterator.h"
 #include "Support/Statistic.h"