From 9ca727623b3ccb2e0acef135c9e027fba1552c04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20M=2E=20L=C3=B3pez=20Mu=C3=B1oz?= Date: Wed, 29 Sep 2004 10:18:53 +0000 Subject: [PATCH] missing #include [SVN r25471] --- test/is_polymorphic_test.cpp | 1 + test/tricky_partial_spec_test.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/test/is_polymorphic_test.cpp b/test/is_polymorphic_test.cpp index fa2b231..fb82099 100644 --- a/test/is_polymorphic_test.cpp +++ b/test/is_polymorphic_test.cpp @@ -13,6 +13,7 @@ #endif #include +#include #include #if defined(BOOST_WINDOWS) && !defined(BOOST_DISABLE_WIN32) diff --git a/test/tricky_partial_spec_test.cpp b/test/tricky_partial_spec_test.cpp index 20d86c2..a338d94 100644 --- a/test/tricky_partial_spec_test.cpp +++ b/test/tricky_partial_spec_test.cpp @@ -19,6 +19,7 @@ #include #endif #include +#include #include //