From 79232ea172e84d7a47db58e053129a1faf839002 Mon Sep 17 00:00:00 2001 From: tobias-loew Date: Sat, 13 Jan 2018 10:00:58 +0100 Subject: [PATCH] added missing include --- include/boost/typeof/typeof.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/typeof/typeof.hpp b/include/boost/typeof/typeof.hpp index 15a335a..cf90b18 100644 --- a/include/boost/typeof/typeof.hpp +++ b/include/boost/typeof/typeof.hpp @@ -14,6 +14,7 @@ #endif #include +#include #if !BOOST_WORKAROUND(BOOST_MSVC, <= 1900) && !defined(BOOST_NO_CXX11_DECLTYPE) && !defined(BOOST_NO_CXX11_TEMPLATE_ALIASES) && !defined(BOOST_TYPEOF_EMULATION) # define BOOST_TYPEOF_DECLTYPE