Fixed build error

compiler didn't understand std::function
include ```<functional>```
This commit is contained in:
Ray Kim 2017-06-26 03:05:23 +09:00 committed by GitHub
parent 1ed7702790
commit 03642b8e3f

View File

@ -16,6 +16,8 @@
#include "../basis.hpp"
#include <nana/paint/image.hpp>
#include <functional>
namespace nana
{
namespace detail