From 95854acc9ad35ad3cd9e20a35437dceb64f4ac60 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 2 Aug 2024 21:56:17 -0500 Subject: [PATCH] Update build deps. --- example/Jamfile | 2 ++ test/Jamfile.v2 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/example/Jamfile b/example/Jamfile index 1040b8f..5370c9e 100644 --- a/example/Jamfile +++ b/example/Jamfile @@ -5,6 +5,8 @@ # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +project : requirements /boost/exception//boost_exception ; + exe example_io : example_io.cpp ; obj error_info_1 : error_info_1.cpp ; obj error_info_2 : error_info_2.cpp ; diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 0374f1b..02225ff 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -7,6 +7,8 @@ import testing ; +project : requirements /boost/exception//boost_exception ; + #to_string run is_output_streamable_test.cpp ;