NFC: Add missing include for StringMap.
authorRiver Riddle <riverriddle@google.com>
Sat, 19 Oct 2019 02:20:29 +0000 (19:20 -0700)
committerA. Unique TensorFlower <gardener@tensorflow.org>
Sat, 19 Oct 2019 02:20:58 +0000 (19:20 -0700)
PiperOrigin-RevId: 275588019

mlir/include/mlir/TableGen/Format.h

index 75ace15..3d0248f 100644 (file)
@@ -26,6 +26,7 @@
 
 #include "mlir/Support/LLVM.h"
 #include "llvm/ADT/DenseMap.h"
+#include "llvm/ADT/StringMap.h"
 #include "llvm/Support/FormatVariadic.h"
 
 namespace mlir {