[micro] Added "#include <functional>"

This commit is contained in:
Alexander
2016-07-11 18:26:18 +03:00
committed by GitHub
parent 093900a8f3
commit 1a34a6935b

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>