Fix MSVC 2019 missing <string> include (NFC)

Fix tensorflow/mlir#31.

PiperOrigin-RevId: 252547010
This commit is contained in:
Mehdi Amini 2019-06-10 21:30:29 -07:00 committed by Mehdi Amini
parent d4491084ae
commit dfd6b349ea
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include "mlir/Support/LLVM.h"
#include <string>
#include <vector>
namespace llvm {