2
0
mirror of https://github.com/boostorg/lambda.git synced 2026-01-19 04:12:15 +00:00

Include boost/config.hpp in construct.hpp

This commit is contained in:
Peter Dimov
2021-12-28 01:06:03 +02:00
parent 6b124b66f7
commit ac26514243

View File

@@ -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 <utility>