fix mingw compilation error

This commit is contained in:
qqiangwu
2015-04-05 22:07:57 +08:00
parent e3a82e99c0
commit 86d675fa85
11 changed files with 174 additions and 69 deletions

View File

@@ -23,7 +23,7 @@
#include PLATFORM_SPEC_HPP
#endif
#if defined(NANA_MINGW)
#if defined(NANA_MINGW) && __GNUC_MINOR__ < 8
#include <sstream>
namespace std
{

View File

@@ -19,5 +19,4 @@
#include "win32/platform_spec.cpp"
#elif defined(NANA_LINUX)
#include "linux_X11/platform_spec.cpp"
#endif
#endif