Add a missing include to a functional/hash test header.

[SVN r32578]
This commit is contained in:
Daniel James
2006-02-05 13:59:03 +00:00
parent 4ed4e4760b
commit a9144ed80b

View File

@@ -6,6 +6,7 @@
#include <boost/config.hpp>
#include <boost/static_assert.hpp>
#include <boost/type_traits/is_base_and_derived.hpp>
template <class T>
void compile_time_tests(T*)