From 90b15e1c9b96735745975dc15cf23dc9afeb6d8e Mon Sep 17 00:00:00 2001 From: Eric Niebler Date: Sun, 28 Aug 2011 22:48:40 +0000 Subject: [PATCH] add missing include to try to make msvc9~stlport toolset happy [SVN r74113] --- test/algorithm/segmented_fold.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/algorithm/segmented_fold.cpp b/test/algorithm/segmented_fold.cpp index d023cac8..cf3c6c16 100644 --- a/test/algorithm/segmented_fold.cpp +++ b/test/algorithm/segmented_fold.cpp @@ -5,6 +5,7 @@ Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ==============================================================================*/ +#include #include #include #include