Use correct include path for workaround.hpp

This commit is contained in:
Glen Fernandes
2018-09-22 10:20:37 -04:00
parent d85bb74cb3
commit 7538ccb6b3
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
# define BOOST_TYPEOF_MSVC_TYPEOF_IMPL_HPP_INCLUDED
# include <boost/config.hpp>
# include <boost/detail/workaround.hpp>
# include <boost/config/workaround.hpp>
# include <boost/mpl/int.hpp>
namespace boost

View File

@ -10,7 +10,7 @@
# define BOOST_TYPEOF_MSVC_TYPEOF_IMPL_HPP_INCLUDED
# include <boost/config.hpp>
# include <boost/detail/workaround.hpp>
# include <boost/config/workaround.hpp>
# include <boost/mpl/int.hpp>
# include <boost/type_traits/enable_if.hpp>
# include <boost/type_traits/is_function.hpp>