From 4d3601938593685b3f45439227838f16ee773cdc Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Mon, 8 Aug 2016 15:07:32 +0200 Subject: Include or globally --- include/compat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/compat.h b/include/compat.h index e7719bcd7..1e6fc3d45 100644 --- a/include/compat.h +++ b/include/compat.h @@ -27,10 +27,12 @@ */ #if defined _LIBCPP_VERSION || defined _WIN32 # define TR1NS std +# include # include # include #else # define TR1NS std::tr1 +# include # include # include #endif -- cgit v1.2.3