From 610f30ccdbea65ccfb1d7c8a99a29e99cb6720b8 Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Mon, 2 Feb 2015 21:52:52 +0000 Subject: [PATCH] core/value.hpp add include of is_value.hpp --- include/boost/phoenix/core/value.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/phoenix/core/value.hpp b/include/boost/phoenix/core/value.hpp index bb381e9..d2240f7 100644 --- a/include/boost/phoenix/core/value.hpp +++ b/include/boost/phoenix/core/value.hpp @@ -12,6 +12,7 @@ #include #include #include +#include #include namespace boost { namespace phoenix