[Mlir-commits] [mlir] 562c93a - [mlir] IWYU mlir/include/mlir/Query/QuerySession.h

Mikhail Goncharov llvmlistbot at llvm.org
Fri Nov 22 00:16:10 PST 2024


Author: Mikhail Goncharov
Date: 2024-11-22T09:16:04+01:00
New Revision: 562c93a165e5bb85b0cf464bbb157b33a668af83

URL: https://github.com/llvm/llvm-project/commit/562c93a165e5bb85b0cf464bbb157b33a668af83
DIFF: https://github.com/llvm/llvm-project/commit/562c93a165e5bb85b0cf464bbb157b33a668af83.diff

LOG: [mlir] IWYU mlir/include/mlir/Query/QuerySession.h

Added: 
    

Modified: 
    mlir/include/mlir/Query/QuerySession.h

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Query/QuerySession.h b/mlir/include/mlir/Query/QuerySession.h
index b03a8cae8f1813..fe552d750fc771 100644
--- a/mlir/include/mlir/Query/QuerySession.h
+++ b/mlir/include/mlir/Query/QuerySession.h
@@ -9,7 +9,10 @@
 #ifndef MLIR_TOOLS_MLIRQUERY_QUERYSESSION_H
 #define MLIR_TOOLS_MLIRQUERY_QUERYSESSION_H
 
+#include "mlir/IR/Operation.h"
+#include "mlir/Query/Matcher/Registry.h"
 #include "llvm/ADT/StringMap.h"
+#include "llvm/Support/SourceMgr.h"
 
 namespace mlir::query {
 


        


More information about the Mlir-commits mailing list