Merged branch feature_branch/is_palindromic into feature_branch/is_palindromic

This commit is contained in:
Alexander Zaitsev
2016-08-15 04:10:10 +03:00
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@
#define BOOST_ALGORITHM_IS_PALINDROME_HPP
#include <iterator>
#include <functional>
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>