From 1dba4d50270104683fb945a05fdd6c40249be4cb Mon Sep 17 00:00:00 2001 From: Robert Ramey Date: Sun, 12 Aug 2012 16:47:07 +0000 Subject: [PATCH] fixes for static/dll library build/test [SVN r79981] --- test/Jamfile.v2 | 4 ---- test/test_complex.cpp | 1 + test/test_non_default_ctor.cpp | 1 + test/test_non_intrusive.cpp | 1 + 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index d1f6e249..e335860d 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -31,7 +31,6 @@ lib dll_a_lib dll_a.cpp ../build//boost_serialization : - # shared ; lib dll_base_lib @@ -39,7 +38,6 @@ lib dll_base_lib dll_base.cpp ../build//boost_serialization : - # shared ; lib dll_derived2_lib @@ -48,7 +46,6 @@ lib dll_derived2_lib dll_base_lib ../build//boost_serialization : - # shared ; lib dll_polymorphic_derived2_lib @@ -56,7 +53,6 @@ lib dll_polymorphic_derived2_lib polymorphic_derived2.cpp ../build//boost_serialization : - # shared ; test-suite "serialization" : diff --git a/test/test_complex.cpp b/test/test_complex.cpp index 6fe3bb21..1621c849 100644 --- a/test/test_complex.cpp +++ b/test/test_complex.cpp @@ -14,6 +14,7 @@ #include // rand #include // remove #include +#include #include #if defined(BOOST_NO_STDC_NAMESPACE) diff --git a/test/test_non_default_ctor.cpp b/test/test_non_default_ctor.cpp index 495cede5..d94b67bc 100644 --- a/test/test_non_default_ctor.cpp +++ b/test/test_non_default_ctor.cpp @@ -18,6 +18,7 @@ #include // for rand() #include // for fabs() #include +#include #include #if defined(BOOST_NO_STDC_NAMESPACE) diff --git a/test/test_non_intrusive.cpp b/test/test_non_intrusive.cpp index 76cc25dc..ac565995 100644 --- a/test/test_non_intrusive.cpp +++ b/test/test_non_intrusive.cpp @@ -17,6 +17,7 @@ #include // remove #include // for fabs() #include +#include #include #if defined(BOOST_NO_STDC_NAMESPACE)