Skip to content

Commit 1a34a69

Browse files
authored
[micro] Added "#include <functional>"
1 parent 093900a commit 1a34a69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/boost/algorithm/is_palindrome.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#define BOOST_ALGORITHM_IS_PALINDROME_HPP
1717

1818
#include <iterator>
19+
#include <functional>
1920

2021
#include <boost/range/begin.hpp>
2122
#include <boost/range/end.hpp>

0 commit comments

Comments
 (0)