Skip to content

Commit 810ec3d

Browse files
committed
Fix path of test tools
1 parent 2ff0e07 commit 810ec3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/compile_test/tools_test_inc_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include <array>
1010

1111
#ifndef BOOST_MATH_STANDALONE
12-
#include <boost/math/tools/test.hpp>
12+
#include "../../include_private/boost/math/tools/test.hpp"
1313
//
1414
// Note this header includes no other headers, this is
1515
// important if this test is to be meaningful:

0 commit comments

Comments
 (0)