[boost][range] - Added the missing include of boost/utility/enable_if.hpp to boost/range/algorithm/for_each.hpp

[SVN r79180]
This commit is contained in:
Neil Groves
2012-06-29 21:49:37 +00:00
parent a72eae6099
commit dceccc9de9

View File

@ -13,6 +13,7 @@
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>
#include <boost/range/concepts.hpp>
#include <boost/utility/enable_if.hpp>
#include <boost/ref.hpp>
#include <algorithm>