From 2988d3e16cef8725742edbec7814ac11933761e5 Mon Sep 17 00:00:00 2001 From: Jinhao Date: Sat, 18 Mar 2017 05:54:16 +0800 Subject: [PATCH] fix missing --- include/nana/deploy.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/nana/deploy.hpp b/include/nana/deploy.hpp index b5f92f56..686bb4ce 100644 --- a/include/nana/deploy.hpp +++ b/include/nana/deploy.hpp @@ -1,7 +1,7 @@ /* * The Deploy Implementation * Nana C++ Library(http://www.nanapro.org) - * Copyright(C) 2003-2016 Jinhao(cnjinhao@hotmail.com) + * Copyright(C) 2003-2017 Jinhao(cnjinhao@hotmail.com) * * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1_0.txt or copy at @@ -21,6 +21,8 @@ #include +#include + namespace nana { /// move to *.h ??