From e38e75b2ef7ddb7058d4ba7ddf42012c0dfa44ec Mon Sep 17 00:00:00 2001 From: Eric Niebler Date: Fri, 28 Sep 2012 09:04:25 +0000 Subject: [PATCH] add missing includes [SVN r80734] --- test/algorithm/transformation2.cpp | 1 + test/algorithm/transformation3.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/test/algorithm/transformation2.cpp b/test/algorithm/transformation2.cpp index 31d34ca..87249ae 100644 --- a/test/algorithm/transformation2.cpp +++ b/test/algorithm/transformation2.cpp @@ -6,6 +6,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ==============================================================================*/ +#include #include #include #include diff --git a/test/algorithm/transformation3.cpp b/test/algorithm/transformation3.cpp index 5cd4526..8a17874 100644 --- a/test/algorithm/transformation3.cpp +++ b/test/algorithm/transformation3.cpp @@ -6,6 +6,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ==============================================================================*/ +#include #include #include #include