From b099134ee42786ae124c404d66d95937c9155fbd Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Tue, 29 Oct 2002 01:21:32 +0000 Subject: [PATCH] SGI MIPSpro fixes from Patrick Hartling [SVN r16010] --- src/exception.cpp | 1 + src/path_posix_windows.cpp | 1 + 2 files changed, 2 insertions(+) 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