Commit d9b8a6c9 by Jon Soifer Committed by Yizhi Liu

[Build][Windows] Fix Windows build by including cctype (#4319)

* Fix build

* dummy change to retrigger CI

* dummy change to retrigger ci

* dummy change to retrigger ci
parent 5d66e7a6
......@@ -35,6 +35,7 @@
#include <sstream>
#include <algorithm>
#include <array>
#include <cctype>
#include <memory>
namespace tvm {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment