From 9556b1829ce929db14c97cf5eb269c7104f04ebd Mon Sep 17 00:00:00 2001 From: Hartmut Kaiser Date: Thu, 5 Apr 2007 13:06:20 +0000 Subject: [PATCH] Wave: Added more missing #includes. [SVN r37364] --- ChangeLog | 2 +- include/boost/wave/util/flex_string.hpp | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7a3a9e5..4bda15c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -104,7 +104,7 @@ CHANGELOG - Added the is_eoi() function to token classes, returning true if the token has been initialized to be the end of input token (T_EOI) (thanks to Ovanes Markarian for suggesting this). -- Added missing #include to flex_string.hpp. +- Added missing #includes , , and to flex_string.hpp. - Added missing #include to cpp_chlit_grammar.hpp. Boost V1.34.0 diff --git a/include/boost/wave/util/flex_string.hpp b/include/boost/wave/util/flex_string.hpp index bc5d6e3..a46a723 100644 --- a/include/boost/wave/util/flex_string.hpp +++ b/include/boost/wave/util/flex_string.hpp @@ -91,6 +91,7 @@ class StoragePolicy #endif #include +#include #include #include #include @@ -99,6 +100,7 @@ class StoragePolicy #include #include #include +#include // this must occur after all of the includes and before any code appears #ifdef BOOST_HAS_ABI_HEADERS