2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Fix header paths

This commit is contained in:
Matt Borland
2024-07-26 12:00:03 -04:00
parent b16be96d72
commit fff00e3fbc
3 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
#include <boost/test/unit_test.hpp>
#include <boost/math/concepts/real_concept.hpp>
#include <boost/math/special_functions/bernoulli.hpp>
#include <libs/math/test/table_type.hpp>
#include "table_type.hpp"
#include <boost/math/tools/test.hpp>
#include <iostream>
#include <iomanip>

View File

@@ -301,7 +301,7 @@ void test()
std::ios_base::fixed | std::ios_base::showpos}};
std::array<std::array<const char*, 13 * 9>, 40> string_data = {{
#include "libs/math/test/string_data.ipp"
#include "string_data.ipp"
}};
double num = 123456789.0;

View File

@@ -38,9 +38,9 @@ using boost::math::owens_t;
#include <boost/test/tools/floating_point_comparison.hpp>
#include <boost/array.hpp>
#include "libs/math/test/handle_test_result.hpp"
#include "libs/math/test/table_type.hpp"
#include "libs/math/test/functor.hpp"
#include "handle_test_result.hpp"
#include "table_type.hpp"
#include "functor.hpp"
#include "boost/math/tools/test_value.hpp"
#include "test_owens_t.hpp"