From 0660530cd211339ec29c68ce44d250c8569918e2 Mon Sep 17 00:00:00 2001 From: qPCR4vir Date: Sat, 27 Feb 2016 00:51:00 +0100 Subject: [PATCH] =?UTF-8?q?fix=20=E2=80=98tm=E2=80=99=20in=20namespace=20?= =?UTF-8?q?=E2=80=98std=E2=80=99=20does=20not=20name=20a=20type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/nana/deploy.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/nana/deploy.hpp b/include/nana/deploy.hpp index afb955da..069545cb 100644 --- a/include/nana/deploy.hpp +++ b/include/nana/deploy.hpp @@ -93,6 +93,7 @@ namespace std #endif #ifdef STD_put_time_NOT_SUPPORTED +#include namespace std { //Workaround for no implemenation of std::put_time in gcc < 5.