deque.hpp 735 B

1234567891011121314151617
  1. /*=============================================================================
  2. Copyright (c) 2001-2011 Joel de Guzman
  3. Copyright (c) 2005-2006 Dan Marsden
  4. Distributed under the Boost Software License, Version 1.0. (See accompanying
  5. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  6. ==============================================================================*/
  7. #if !defined(BOOST_FUSION_SEQUENCE_CONTAINER_DEQUE_24112006_2036)
  8. #define BOOST_FUSION_SEQUENCE_CONTAINER_DEQUE_24112006_2036
  9. #include <boost/fusion/support/config.hpp>
  10. #include <boost/fusion/container/deque/deque_fwd.hpp>
  11. #include <boost/fusion/container/deque/deque.hpp>
  12. #include <boost/fusion/container/deque/convert.hpp>
  13. #endif