Fixed include guard; thanks to Ian Hobson for the catch

[SVN r83002]
This commit is contained in:
Marshall Clow
2013-02-19 14:36:22 +00:00
parent 21e88adcda
commit 578c37b7fa

View File

@ -18,7 +18,7 @@
*/
#ifndef BOOST_ALGORITHM_GATHER_HPP
#define ADOBE_ALGORITHM_GATHER_HPP
#define BOOST_ALGORITHM_GATHER_HPP
#include <algorithm> // for std::stable_partition
#include <functional>