Skip to content

Commit 123c6c0

Browse files
committed
include missing cctype in stringutil
1 parent 0e76755 commit 123c6c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

highs/util/stringutil.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#include <algorithm> // for std::transform
1111
#include <cassert>
12+
#include <cctype>
1213

1314
/*
1415
void strRemoveWhitespace(char* str) {

0 commit comments

Comments
 (0)