From 3bcc03eb7d476fe08f483bc1c9fa400f8d706ccd Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 5 Feb 2006 13:59:03 +0000 Subject: [PATCH] Add a missing include to a functional/hash test header. [SVN r32578] --- hash/test/compile_time.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/hash/test/compile_time.hpp b/hash/test/compile_time.hpp index ff9fe51..d619ac8 100644 --- a/hash/test/compile_time.hpp +++ b/hash/test/compile_time.hpp @@ -6,6 +6,7 @@ #include #include +#include template void compile_time_tests(T*)