From 578c37b7fa1013c8191e49773331d450e25ac078 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 19 Feb 2013 14:36:22 +0000 Subject: [PATCH] Fixed include guard; thanks to Ian Hobson for the catch [SVN r83002] --- include/boost/algorithm/gather.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/algorithm/gather.hpp b/include/boost/algorithm/gather.hpp index 3624d33..ec7a7a7 100644 --- a/include/boost/algorithm/gather.hpp +++ b/include/boost/algorithm/gather.hpp @@ -18,7 +18,7 @@ */ #ifndef BOOST_ALGORITHM_GATHER_HPP -#define ADOBE_ALGORITHM_GATHER_HPP +#define BOOST_ALGORITHM_GATHER_HPP #include // for std::stable_partition #include