2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-02-18 02:12:09 +00:00

core/value.hpp add include of is_value.hpp

This commit is contained in:
John Fletcher
2015-02-02 21:52:52 +00:00
parent 0fbe357e3e
commit 610f30ccdb

View File

@@ -12,6 +12,7 @@
#include <boost/phoenix/core/actor.hpp>
#include <boost/phoenix/core/as_actor.hpp>
#include <boost/phoenix/core/terminal.hpp>
#include <boost/phoenix/core/is_value.hpp>
#include <boost/utility/result_of.hpp>
namespace boost { namespace phoenix