summaryrefslogtreecommitdiff
path: root/boost/fusion/include/list_tie.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/include/list_tie.hpp')
-rw-r--r--boost/fusion/include/list_tie.hpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/boost/fusion/include/list_tie.hpp b/boost/fusion/include/list_tie.hpp
new file mode 100644
index 0000000000..8adbc4c0bc
--- /dev/null
+++ b/boost/fusion/include/list_tie.hpp
@@ -0,0 +1,13 @@
+/*=============================================================================
+ Copyright (c) 2001-2007 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_INCLUDE_GENERATION)
+#define FUSION_INCLUDE_GENERATION
+
+#include <boost/fusion/container/generation.hpp>
+#include <boost/fusion/functional/generation.hpp>
+
+#endif