From a5c29496706459feb647d61359c65615c23a025d Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Tue, 14 May 2024 07:33:03 -0500 Subject: [PATCH] Add missing test deps. --- test/Jamfile.v2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 97aa49b..1b0de55 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -10,7 +10,8 @@ local clang-flags = $(gcc-flags) -Wno-c99-extensions ; project hash-tests : requirements - /boost/core//boost_core + /boost/core//boost_core + /boost/type_traits//boost_type_traits pedantic intel:on