Skip to content

Commit ac26514

Browse files
committed
Include boost/config.hpp in construct.hpp
1 parent 6b124b6 commit ac26514

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/boost/lambda/construct.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
#include "boost/type_traits/remove_cv.hpp"
1818
#include "boost/type_traits/is_pointer.hpp"
19+
#include "boost/config.hpp"
1920

2021
#if !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) && !defined(BOOST_NO_CXX11_RVALUE_REFERENCES)
2122
#include <utility>

0 commit comments

Comments
 (0)