From c7ca5cc828d1b42cdc9ef8d8138b442c74783cb8 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Tue, 14 May 2024 07:33:12 -0500 Subject: [PATCH] Add missing test deps. --- test/Jamfile.v2 | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 20cee05..4f54b36 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -16,6 +16,7 @@ project msvc:on gcc:on clang:on + /boost/typeof//boost_typeof ; run function_test.cpp ;