mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Fix include path in tests.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#define BOOST_MATH_NO_ATOMIC_INT
|
||||
|
||||
#include <boost/math/special_functions/bernoulli.hpp>
|
||||
#include "test_compile_result.hpp"
|
||||
#include "compile_test/test_compile_result.hpp"
|
||||
|
||||
void compile_and_link_test()
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
#include <boost/math/special_functions/bernoulli.hpp>
|
||||
#include <boost/multiprecision/cpp_bin_float.hpp>
|
||||
#include "test_compile_result.hpp"
|
||||
#include "compile_test/test_compile_result.hpp"
|
||||
|
||||
void compile_and_link_test()
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
#include <boost/math/special_functions/bernoulli.hpp>
|
||||
#include <boost/multiprecision/cpp_bin_float.hpp>
|
||||
#include "test_compile_result.hpp"
|
||||
#include "compile_test/test_compile_result.hpp"
|
||||
|
||||
void compile_and_link_test()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user