mirror of
https://github.com/boostorg/filesystem.git
synced 2026-02-27 04:52:25 +00:00
SGI MIPSpro fixes from Patrick Hartling
[SVN r16010]
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/filesystem/exception.hpp>
|
||||
|
||||
#include <cstring> // SGI MIPSpro compilers need this
|
||||
#include <cerrno>
|
||||
#include <string>
|
||||
|
||||
|
||||
@@ -40,6 +40,7 @@ namespace fs = boost::filesystem;
|
||||
namespace std { using ::strlen; }
|
||||
#endif
|
||||
|
||||
#include <cstring> // SGI MIPSpro compilers need this
|
||||
#include <vector>
|
||||
#include <cassert>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user