Add missing include file to StringExtrasTest.cpp
authorMahesh Ravishankar <ravishankarm@google.com>
Tue, 30 Jul 2019 23:11:14 +0000 (16:11 -0700)
committerA. Unique TensorFlower <gardener@tensorflow.org>
Tue, 30 Jul 2019 23:11:40 +0000 (16:11 -0700)
commit3867ed86eb267e19b06eb0dad7e2c1be0a6403e8
tree984f4fdafec4d6120a3e8deb63338162bf381093
parent206be96e63006b08bb159780a031d6def2820c83
Add missing include file to StringExtrasTest.cpp

Use of std::isupper and std::islower need <cctype> header file. Fix
that and also fix the header of a file to match the file name.

PiperOrigin-RevId: 260816852
mlir/include/mlir/Support/StringExtras.h
mlir/unittests/IR/StringExtrasTest.cpp