added missing include

This commit is contained in:
tobias-loew
2018-01-13 10:00:58 +01:00
parent 727da87e70
commit 79232ea172

View File

@ -14,6 +14,7 @@
#endif
#include <boost/config.hpp>
#include <bost/config/workaround.hpp>
#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