diff --git INDEX:/libs/iostreams/test/detail/temp_file.hpp WORKDIR:/libs/iostreams/test/detail/temp_file.hpp index 5190800..d8dbe10 100644 --- INDEX:/libs/iostreams/test/detail/temp_file.hpp +++ WORKDIR:/libs/iostreams/test/detail/temp_file.hpp @@ -13,7 +13,7 @@ #include // rand, toupper, tolower (VC6) #include #include -#include +#include #include "./constants.hpp" #ifdef BOOST_NO_STDC_NAMESPACE @@ -39,7 +39,7 @@ public: operator const ::std::string() const { return name_; } private: void set_name() { - name_ = boost::filesystem3::unique_path().string(); + name_ = boost::filesystem::unique_path().string(); } ::std::string name_;