From ac26514243521513d33be23aaa92a85b858ddf51 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 28 Dec 2021 01:06:03 +0200 Subject: [PATCH] Include boost/config.hpp in construct.hpp --- include/boost/lambda/construct.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/lambda/construct.hpp b/include/boost/lambda/construct.hpp index ce0055a..3b467db 100644 --- a/include/boost/lambda/construct.hpp +++ b/include/boost/lambda/construct.hpp @@ -16,6 +16,7 @@ #include "boost/type_traits/remove_cv.hpp" #include "boost/type_traits/is_pointer.hpp" +#include "boost/config.hpp" #if !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) && !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) #include