Skip to content

Commit 87f3c55

Browse files
committed
Fix cctype include
1 parent 8e2e6de commit 87f3c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/fortran/exception.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ SWIGEXPORT const char* SWIG_FORTRAN_ERROR_STR() {
109109
%insert("header") {
110110
extern "C" {
111111

112-
#include <cctype>
112+
%#include <cctype>
113113

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

0 commit comments

Comments
 (0)