Fixed the use of a deprecated header in a test.

[SVN r35313]
This commit is contained in:
Daniel James
2006-09-24 19:57:34 +00:00
parent b165afccaa
commit 59643536dd

View File

@@ -44,7 +44,7 @@ namespace boost
# ifdef TEST_STD_INCLUDES
# include <functional>
# else
# include <boost/functional/hash/hash.hpp>
# include <boost/functional/hash.hpp>
# endif
#endif