change includes

using the right includes to avoid the mess with the missing  threading library support of mingw
This commit is contained in:
Pr0curo 2016-03-16 09:24:22 +01:00
parent bb53c4c1ec
commit 6540142e29

View File

@ -13,8 +13,9 @@
#include <nana/gui/wvl.hpp>
#include <nana/gui/detail/bedrock.hpp>
#include <thread>
#include <nana/std_thread.hpp>
#include <iostream>
#include <chrono>
//#define NANA_AUTOMATIC_GUI_TESTING
namespace nana