[Mlir-commits] [mlir] 41711c0 - [mlir] more iwyu fixes after ba7a92c01e8

Nico Weber llvmlistbot at llvm.org
Wed Apr 21 07:51:09 PDT 2021


Author: Nico Weber
Date: 2021-04-21T10:50:59-04:00
New Revision: 41711c0c14556c502e7797e64d63e6bde37006e2

URL: https://github.com/llvm/llvm-project/commit/41711c0c14556c502e7797e64d63e6bde37006e2
DIFF: https://github.com/llvm/llvm-project/commit/41711c0c14556c502e7797e64d63e6bde37006e2.diff

LOG: [mlir] more iwyu fixes after ba7a92c01e8

Added: 
    

Modified: 
    mlir/lib/Support/DebugCounter.cpp

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Support/DebugCounter.cpp b/mlir/lib/Support/DebugCounter.cpp
index 7dd7951faa56..30864b2fc3d2 100644
--- a/mlir/lib/Support/DebugCounter.cpp
+++ b/mlir/lib/Support/DebugCounter.cpp
@@ -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"
 


        


More information about the Mlir-commits mailing list