From 7538ccb6b338c0ba22507692e27cee4e02e02b56 Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Sat, 22 Sep 2018 10:20:37 -0400 Subject: [PATCH] Use correct include path for workaround.hpp --- include/boost/typeof/dmc/typeof_impl.hpp | 2 +- include/boost/typeof/msvc/typeof_impl.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/typeof/dmc/typeof_impl.hpp b/include/boost/typeof/dmc/typeof_impl.hpp index 2460622..916e6f4 100644 --- a/include/boost/typeof/dmc/typeof_impl.hpp +++ b/include/boost/typeof/dmc/typeof_impl.hpp @@ -7,7 +7,7 @@ # define BOOST_TYPEOF_MSVC_TYPEOF_IMPL_HPP_INCLUDED # include -# include +# include # include namespace boost diff --git a/include/boost/typeof/msvc/typeof_impl.hpp b/include/boost/typeof/msvc/typeof_impl.hpp index 22b671d..41136e4 100644 --- a/include/boost/typeof/msvc/typeof_impl.hpp +++ b/include/boost/typeof/msvc/typeof_impl.hpp @@ -10,7 +10,7 @@ # define BOOST_TYPEOF_MSVC_TYPEOF_IMPL_HPP_INCLUDED # include -# include +# include # include # include # include