From a9144ed80bb8a85131dab9819d8cbbe867af3dc1 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] --- test/compile_time.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/compile_time.hpp b/test/compile_time.hpp index ff9fe51..d619ac8 100644 --- a/test/compile_time.hpp +++ b/test/compile_time.hpp @@ -6,6 +6,7 @@ #include #include +#include template void compile_time_tests(T*)