From d0a03fdb4e7c3dbc9a0d1feccd04a4ce98d1f919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Sch=C3=B6pflin?= Date: Wed, 28 May 2008 08:32:12 +0000 Subject: [PATCH] Added missing include. This was already fixed on the 1.34 branch but never merged to the trunk. [SVN r45857] --- include/boost/algorithm/string.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/algorithm/string.hpp b/include/boost/algorithm/string.hpp index a2f943e..0771517 100644 --- a/include/boost/algorithm/string.hpp +++ b/include/boost/algorithm/string.hpp @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include