From 810ec3d618311991a2ca0be6cf95729c8a5b1ee3 Mon Sep 17 00:00:00 2001 From: Matt Borland Date: Thu, 10 Oct 2024 09:50:49 -0400 Subject: [PATCH] Fix path of test tools --- test/compile_test/tools_test_inc_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/compile_test/tools_test_inc_test.cpp b/test/compile_test/tools_test_inc_test.cpp index 10fea03a1d..01b0968d9b 100644 --- a/test/compile_test/tools_test_inc_test.cpp +++ b/test/compile_test/tools_test_inc_test.cpp @@ -9,7 +9,7 @@ #include #ifndef BOOST_MATH_STANDALONE -#include +#include "../../include_private/boost/math/tools/test.hpp" // // Note this header includes no other headers, this is // important if this test is to be meaningful: