[Mlir-commits] [mlir] 9b15138 - [mlir][NFC] Add missing include for std::string.

River Riddle llvmlistbot at llvm.org
Mon Mar 16 12:19:12 PDT 2020


Author: River Riddle
Date: 2020-03-16T12:13:31-07:00
New Revision: 9b1513866fd0f4448115bdc0eaa13b20c6c8cb64

URL: https://github.com/llvm/llvm-project/commit/9b1513866fd0f4448115bdc0eaa13b20c6c8cb64
DIFF: https://github.com/llvm/llvm-project/commit/9b1513866fd0f4448115bdc0eaa13b20c6c8cb64.diff

LOG: [mlir][NFC] Add missing include for std::string.

Added: 
    

Modified: 
    mlir/include/mlir/TableGen/Dialect.h

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/TableGen/Dialect.h b/mlir/include/mlir/TableGen/Dialect.h
index 7cf5760b6817..799b244783c4 100644
--- a/mlir/include/mlir/TableGen/Dialect.h
+++ b/mlir/include/mlir/TableGen/Dialect.h
@@ -13,6 +13,7 @@
 #define MLIR_TABLEGEN_DIALECT_H_
 
 #include "mlir/Support/LLVM.h"
+#include <string>
 
 namespace llvm {
 class Record;


        


More information about the Mlir-commits mailing list