summaryrefslogtreecommitdiff
path: root/boost/phoenix/config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/phoenix/config.hpp')
-rw-r--r--boost/phoenix/config.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/boost/phoenix/config.hpp b/boost/phoenix/config.hpp
new file mode 100644
index 0000000000..d4d78e9c94
--- /dev/null
+++ b/boost/phoenix/config.hpp
@@ -0,0 +1,12 @@
+/*==============================================================================
+ Copyright (c) 2001-2010 Joel de Guzman
+ Copyright (c) 2010 Eric Niebler
+ Copyright (c) 2014 John Fletcher
+
+ 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_PHOENIX_CONFIG_HPP
+#define BOOST_PHOENIX_CONFIG_HPP
+#include <boost/config.hpp>
+#endif