From 18f15afa5261028492b3665dcc4a29191333f76b Mon Sep 17 00:00:00 2001 From: Arkadiy Vertleyb Date: Tue, 24 Jan 2006 02:15:54 +0000 Subject: [PATCH] added missing include [SVN r32392] --- test/template_int.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/template_int.cpp b/test/template_int.cpp index b0c6189..9ed0919 100755 --- a/test/template_int.cpp +++ b/test/template_int.cpp @@ -1,4 +1,6 @@ #include "test.hpp" +#include + #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP() struct x;