From 77ae41a18aaff3f7a5a9f536c67f9ecc8b8ab857 Mon Sep 17 00:00:00 2001 From: Pavol Droba Date: Mon, 11 Oct 2004 18:30:21 +0000 Subject: [PATCH] Invalid include fixed [SVN r25672] --- include/boost/algorithm/string_regex.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/algorithm/string_regex.hpp b/include/boost/algorithm/string_regex.hpp index 6a0ae54..c91b3a7 100644 --- a/include/boost/algorithm/string_regex.hpp +++ b/include/boost/algorithm/string_regex.hpp @@ -16,7 +16,7 @@ */ #include -#include +#include #include #endif // BOOST_STRING_ALGO_REGEX_HPP