Don't include Operator.h from InstrTypes.h.
[oota-llvm.git] / lib / Transforms / Instrumentation / OptimalEdgeProfiling.cpp
index ae2f2e2e85bcdac55b69fdbd603bf8c22eb130d0..e52c45955ecd03d44bf22fdf118ec36b9eb2059c 100644 (file)
@@ -14,6 +14,7 @@
 //===----------------------------------------------------------------------===//
 #define DEBUG_TYPE "insert-optimal-edge-profiling"
 #include "ProfilingUtils.h"
+#include "llvm/Constants.h"
 #include "llvm/Module.h"
 #include "llvm/Pass.h"
 #include "llvm/Analysis/Passes.h"