NFC: Add a missing include for std::isalnum and std::digit.
authorRiver Riddle <riverriddle@google.com>
Mon, 27 May 2019 02:49:57 +0000 (19:49 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Sun, 2 Jun 2019 03:04:03 +0000 (20:04 -0700)
--

PiperOrigin-RevId: 250085298

mlir/lib/TableGen/Format.cpp

index 6dd260a..967d51a 100644 (file)
@@ -22,6 +22,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "mlir/TableGen/Format.h"
+#include <cctype>
 
 using namespace mlir;
 using namespace mlir::tblgen;