diff --git a/include/boost/phoenix.hpp b/include/boost/phoenix.hpp new file mode 100644 index 0000000..568dfe3 --- /dev/null +++ b/include/boost/phoenix.hpp @@ -0,0 +1,17 @@ +/*============================================================================== + Copyright (c) 2005-2010 Joel de Guzman + Copyright (c) 2010-2011 Thomas Heller + + 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_HPP + +#ifdef BOOST_PHOENIX_USE_V2_OVER_V3 +#include +#else +#include +#endif + +#endif