forked from boostorg/fusion
Fix includes.
This commit is contained in:
@ -9,6 +9,8 @@
|
|||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
#include <boost/fusion/algorithm/auxiliary/copy.hpp>
|
#include <boost/fusion/algorithm/auxiliary/copy.hpp>
|
||||||
|
#ifndef BOOST_NO_CXX11_RVALUE_REFERENCES
|
||||||
#include <boost/fusion/algorithm/auxiliary/move.hpp>
|
#include <boost/fusion/algorithm/auxiliary/move.hpp>
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -18,6 +18,8 @@
|
|||||||
#include <boost/utility/enable_if.hpp>
|
#include <boost/utility/enable_if.hpp>
|
||||||
#include <boost/mpl/and.hpp>
|
#include <boost/mpl/and.hpp>
|
||||||
|
|
||||||
|
#include <utility> // for std::move
|
||||||
|
|
||||||
#if defined (BOOST_MSVC)
|
#if defined (BOOST_MSVC)
|
||||||
# pragma warning(push)
|
# pragma warning(push)
|
||||||
# pragma warning (disable: 4100) // unreferenced formal parameter
|
# pragma warning (disable: 4100) // unreferenced formal parameter
|
||||||
|
@ -20,5 +20,6 @@
|
|||||||
#include <boost/fusion/sequence/intrinsic/value_at.hpp>
|
#include <boost/fusion/sequence/intrinsic/value_at.hpp>
|
||||||
#include <boost/fusion/sequence/intrinsic/at_key.hpp>
|
#include <boost/fusion/sequence/intrinsic/at_key.hpp>
|
||||||
#include <boost/fusion/sequence/intrinsic/value_at_key.hpp>
|
#include <boost/fusion/sequence/intrinsic/value_at_key.hpp>
|
||||||
|
#include <boost/fusion/sequence/intrinsic/swap.hpp>
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user