SGI MIPSpro fixes from Patrick Hartling

[SVN r16010]
This commit is contained in:
Beman Dawes
2002-10-29 01:21:32 +00:00
parent 543669496a
commit b099134ee4
2 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
#include <boost/config.hpp>
#include <boost/filesystem/exception.hpp>
#include <cstring> // SGI MIPSpro compilers need this
#include <cerrno>
#include <string>

View File

@@ -40,6 +40,7 @@ namespace fs = boost::filesystem;
namespace std { using ::strlen; }
#endif
#include <cstring> // SGI MIPSpro compilers need this
#include <vector>
#include <cassert>