From e788ed454c55f106fa98c5b1ca4bfe55eee5f26c Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 13 Oct 2007 23:18:35 +0000 Subject: [PATCH] Merge with the offending files removed. [SVN r39995] --- include/boost/algorithm/string/find_format.hpp | 1 + include/boost/algorithm/string/join.hpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/algorithm/string/find_format.hpp b/include/boost/algorithm/string/find_format.hpp index f244df3..cb3dd7c 100644 --- a/include/boost/algorithm/string/find_format.hpp +++ b/include/boost/algorithm/string/find_format.hpp @@ -17,6 +17,7 @@ #include #include #include +#include #include #include diff --git a/include/boost/algorithm/string/join.hpp b/include/boost/algorithm/string/join.hpp index a6c26ab..d2bc382 100644 --- a/include/boost/algorithm/string/join.hpp +++ b/include/boost/algorithm/string/join.hpp @@ -14,7 +14,7 @@ #include #include #include - +#include /*! \file Defines join algorithm.