From e3d4f876a28fb59afeb81d13e9f74bdd2d9b99d7 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Thu, 3 Feb 2011 08:09:45 +0000 Subject: [PATCH] minor include changes [SVN r68618] --- include/boost/phoenix/core/environment.hpp | 1 - include/boost/phoenix/core/terminal.hpp | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/phoenix/core/environment.hpp b/include/boost/phoenix/core/environment.hpp index a5e7922..1f30030 100644 --- a/include/boost/phoenix/core/environment.hpp +++ b/include/boost/phoenix/core/environment.hpp @@ -12,7 +12,6 @@ #include #include #include -#include #include #include diff --git a/include/boost/phoenix/core/terminal.hpp b/include/boost/phoenix/core/terminal.hpp index 81d5ecf..2bf15ed 100644 --- a/include/boost/phoenix/core/terminal.hpp +++ b/include/boost/phoenix/core/terminal.hpp @@ -12,6 +12,7 @@ #include #include #include +#include namespace boost { namespace phoenix {