diff --git a/include/boost/array.hpp b/include/boost/array.hpp index e147a18..3ac0ffc 100644 --- a/include/boost/array.hpp +++ b/include/boost/array.hpp @@ -49,7 +49,6 @@ // Handles broken standard libraries better than #include #include -#include #include // FIXES for broken compilers @@ -412,6 +411,7 @@ namespace boost { } #endif + template std::size_t hash_range(It, It); template std::size_t hash_value(const array& arr)