fix mingw compilation error
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include PLATFORM_SPEC_HPP
|
||||
#endif
|
||||
|
||||
#if defined(NANA_MINGW)
|
||||
#if defined(NANA_MINGW) && __GNUC_MINOR__ < 8
|
||||
#include <sstream>
|
||||
namespace std
|
||||
{
|
||||
|
||||
@@ -19,5 +19,4 @@
|
||||
#include "win32/platform_spec.cpp"
|
||||
#elif defined(NANA_LINUX)
|
||||
#include "linux_X11/platform_spec.cpp"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user