2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-02-17 14:02:10 +00:00

missed merge

[SVN r62544]
This commit is contained in:
Joel de Guzman
2010-06-08 02:30:51 +00:00
parent 4bfa9c9b9a
commit 4326fafa26

View File

@@ -7,6 +7,17 @@
#ifndef PHOENIX_CORE_HPP
#define PHOENIX_CORE_HPP
#include <boost/spirit/home/phoenix/version.hpp>
#include <boost/proto/proto.hpp>
#include <boost/phoenix/version.hpp>
#include <boost/phoenix/core/limits.hpp>
#include <boost/phoenix/core/actor.hpp>
#include <boost/phoenix/core/as_actor.hpp>
#include <boost/phoenix/core/is_actor.hpp>
#include <boost/phoenix/core/argument.hpp>
#include <boost/phoenix/core/value.hpp>
#include <boost/phoenix/core/reference.hpp>
#include <boost/phoenix/core/nothing.hpp>
//#include <boost/phoenix/core/extension.hpp>
#endif