[Mlir-commits] [mlir] 5a236e6 - [mlir][pdll] Include string in PDLLServer.h
Jacques Pienaar
llvmlistbot at llvm.org
Wed Apr 13 10:31:12 PDT 2022
Author: Jacques Pienaar
Date: 2022-04-13T10:31:06-07:00
New Revision: 5a236e69f20b1f47459e4df9e3726ccf23b850f7
URL: https://github.com/llvm/llvm-project/commit/5a236e69f20b1f47459e4df9e3726ccf23b850f7
DIFF: https://github.com/llvm/llvm-project/commit/5a236e69f20b1f47459e4df9e3726ccf23b850f7.diff
LOG: [mlir][pdll] Include string in PDLLServer.h
Added:
Modified:
mlir/lib/Tools/mlir-pdll-lsp-server/PDLLServer.h
Removed:
################################################################################
diff --git a/mlir/lib/Tools/mlir-pdll-lsp-server/PDLLServer.h b/mlir/lib/Tools/mlir-pdll-lsp-server/PDLLServer.h
index 947a3f53cb657..d01697bcad97b 100644
--- a/mlir/lib/Tools/mlir-pdll-lsp-server/PDLLServer.h
+++ b/mlir/lib/Tools/mlir-pdll-lsp-server/PDLLServer.h
@@ -11,6 +11,7 @@
#include "mlir/Support/LLVM.h"
#include <memory>
+#include <string>
namespace mlir {
namespace lsp {
More information about the Mlir-commits
mailing list