summaryrefslogtreecommitdiff
path: root/boost/fusion/sequence.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/sequence.hpp')
-rw-r--r--boost/fusion/sequence.hpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/boost/fusion/sequence.hpp b/boost/fusion/sequence.hpp
new file mode 100644
index 0000000000..11c95a64ba
--- /dev/null
+++ b/boost/fusion/sequence.hpp
@@ -0,0 +1,16 @@
+/*=============================================================================
+ Copyright (c) 2001-2011 Joel de Guzman
+
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+==============================================================================*/
+#if !defined(FUSION_SEQUENCE_10022005_0559)
+#define FUSION_ITERATOR_10022005_0559
+
+#include <boost/fusion/sequence/sequence_facade.hpp>
+#include <boost/fusion/sequence/comparison.hpp>
+#include <boost/fusion/sequence/intrinsic.hpp>
+#include <boost/fusion/sequence/io.hpp>
+#include <boost/fusion/sequence/convert.hpp>
+
+#endif