Skip to content

Commit

Permalink
[Build][Windows] Fix Windows build by including cctype (apache#4319)
Browse files Browse the repository at this point in the history
* Fix build

* dummy change to retrigger CI

* dummy change to retrigger ci

* dummy change to retrigger ci
  • Loading branch information
soiferj authored and Xingyu Zhou committed Nov 15, 2019
1 parent e2facdc commit 17a958c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include <sstream>
#include <algorithm>
#include <array>
#include <cctype>
#include <memory>

namespace tvm {
Expand Down

0 comments on commit 17a958c

Please sign in to comment.