forked from OSchip/llvm-project
Fix MSVC 2019 missing <string> include (NFC)
Fix tensorflow/mlir#31. PiperOrigin-RevId: 252547010
This commit is contained in:
parent
d4491084ae
commit
dfd6b349ea
|
@ -24,6 +24,7 @@
|
|||
|
||||
#include "mlir/Support/LLVM.h"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace llvm {
|
||||
|
|
Loading…
Reference in New Issue