From f5368b76661725c0f6db20e1ba1f62bdff180d79 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 10 Mar 2001 11:24:11 +0000 Subject: [PATCH] Fixed header include: should have included [SVN r9537] --- include/boost/regex.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/regex.hpp b/include/boost/regex.hpp index e4a10596..3682666b 100644 --- a/include/boost/regex.hpp +++ b/include/boost/regex.hpp @@ -49,7 +49,7 @@ #include #include #include -#include +#include namespace boost{