forked from OSchip/llvm-project
NFC: Add a missing include for std::isalnum and std::digit.
-- PiperOrigin-RevId: 250085298
This commit is contained in:
parent
4ed50a14b2
commit
be9b20ff57
|
@ -22,6 +22,7 @@
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#include "mlir/TableGen/Format.h"
|
#include "mlir/TableGen/Format.h"
|
||||||
|
#include <cctype>
|
||||||
|
|
||||||
using namespace mlir;
|
using namespace mlir;
|
||||||
using namespace mlir::tblgen;
|
using namespace mlir::tblgen;
|
||||||
|
|
Loading…
Reference in New Issue