[mlir][pdll] Include string in PDLLServer.h
authorJacques Pienaar <jpienaar@google.com>
Wed, 13 Apr 2022 17:31:06 +0000 (10:31 -0700)
committerJacques Pienaar <jpienaar@google.com>
Wed, 13 Apr 2022 17:31:06 +0000 (10:31 -0700)
mlir/lib/Tools/mlir-pdll-lsp-server/PDLLServer.h

index 947a3f5..d01697b 100644 (file)
@@ -11,6 +11,7 @@
 
 #include "mlir/Support/LLVM.h"
 #include <memory>
+#include <string>
 
 namespace mlir {
 namespace lsp {