[mlir] more iwyu fixes after ba7a92c01e8
authorNico Weber <thakis@chromium.org>
Wed, 21 Apr 2021 14:50:59 +0000 (10:50 -0400)
committerNico Weber <thakis@chromium.org>
Wed, 21 Apr 2021 14:50:59 +0000 (10:50 -0400)
mlir/lib/Support/DebugCounter.cpp

index 7dd7951..30864b2 100644 (file)
@@ -8,6 +8,7 @@
 
 #include "mlir/Support/DebugCounter.h"
 #include "llvm/Support/CommandLine.h"
+#include "llvm/Support/Debug.h"
 #include "llvm/Support/Format.h"
 #include "llvm/Support/ManagedStatic.h"