From db3537ad7b50af9c88068a75a1f78ce47dc97f18 Mon Sep 17 00:00:00 2001 From: tobias-loew Date: Sat, 13 Jan 2018 17:12:32 +0100 Subject: [PATCH] fixed typo --- include/boost/typeof/typeof.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/typeof/typeof.hpp b/include/boost/typeof/typeof.hpp index cf90b18..d2c49fb 100644 --- a/include/boost/typeof/typeof.hpp +++ b/include/boost/typeof/typeof.hpp @@ -14,7 +14,7 @@ #endif #include -#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