summaryrefslogtreecommitdiff
path: root/boost/fusion/include/adapt_assoc_adt.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/include/adapt_assoc_adt.hpp')
-rw-r--r--boost/fusion/include/adapt_assoc_adt.hpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/boost/fusion/include/adapt_assoc_adt.hpp b/boost/fusion/include/adapt_assoc_adt.hpp
new file mode 100644
index 0000000000..55bd551465
--- /dev/null
+++ b/boost/fusion/include/adapt_assoc_adt.hpp
@@ -0,0 +1,13 @@
+/*=============================================================================
+ Copyright (c) 2010 Christopher Schmidt
+
+ 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)
+==============================================================================*/
+
+#ifndef BOOST_FUSION_INCLUDE_ADAPT_ASSOC_ADT_HPP
+#define BOOST_FUSION_INCLUDE_ADAPT_ASSOC_ADR_HPP
+
+#include <boost/fusion/adapted/adt/adapt_assoc_adt.hpp>
+
+#endif