diff options
Diffstat (limited to 'tests/cgalpngtest.cc')
-rw-r--r-- | tests/cgalpngtest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/cgalpngtest.cc b/tests/cgalpngtest.cc index ca37572..9002f3b 100644 --- a/tests/cgalpngtest.cc +++ b/tests/cgalpngtest.cc @@ -53,6 +53,7 @@ #include <boost/filesystem.hpp> namespace fs = boost::filesystem; +#include "boosty.h" std::string commandline_commands; std::string currentdir; @@ -108,7 +109,7 @@ int main(int argc, char **argv) QApplication app(argc, argv, false); fs::path original_path = fs::current_path(); - currentdir = fs::current_path().generic_string(); + currentdir = boosty::stringy( fs::current_path() ); parser_init(QApplication::instance()->applicationDirPath().toStdString()); |