diff --git a/src/exception.cpp b/src/exception.cpp index 9cd177a..51fece7 100644 --- a/src/exception.cpp +++ b/src/exception.cpp @@ -21,6 +21,7 @@ #include #include +#include // SGI MIPSpro compilers need this #include #include diff --git a/src/path_posix_windows.cpp b/src/path_posix_windows.cpp index c07acee..a2e7ddf 100644 --- a/src/path_posix_windows.cpp +++ b/src/path_posix_windows.cpp @@ -40,6 +40,7 @@ namespace fs = boost::filesystem; namespace std { using ::strlen; } #endif +#include // SGI MIPSpro compilers need this #include #include