FIX crash in VS consistently using filesysten_ext

This commit is contained in:
qPCR4vir
2016-06-24 23:48:53 +02:00
parent 70b1b0b9ee
commit 4450ff9678
12 changed files with 49 additions and 38 deletions

View File

@@ -21,7 +21,7 @@
#include <nana/paint/detail/image_impl_interface.hpp>
#include <nana/paint/pixel_buffer.hpp>
#include <nana/filesystem/filesystem.hpp>
#include <nana/filesystem/filesystem_ext.hpp>
#if defined(NANA_ENABLE_JPEG)
#include "detail/image_jpeg.hpp"
@@ -36,7 +36,7 @@
#include "image_accessor.hpp"
namespace fs = nana::experimental::filesystem;
namespace fs = std::experimental::filesystem;
namespace nana
{