Skip to content

Commit 338e9ce

Browse files
committed
Fix missing cctype
1 parent 0ada9ff commit 338e9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flcFORTRAN_wrap.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ SWIGEXPORT const char* flc_get_serr() {
288288

289289
extern "C" {
290290

291-
291+
#include <cctype>
292292

293293
// Call this function before any new action
294294
SWIGEXPORT void SWIG_check_unhandled_exception_impl(const char* decl) {

0 commit comments

Comments
 (0)