mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-11 13:14:06 +00:00
missing includes
This commit is contained in:
parent
5a546b0971
commit
4c6cb592db
@ -17,6 +17,8 @@
|
||||
#include <boost/math/constants/constants.hpp>
|
||||
#include <boost/variant.hpp>
|
||||
#include <limits>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
|
||||
#define BOOST_TEST_NOT(expr) BOOST_TEST(!(expr))
|
||||
#define BOOST_TEST_IS_CLOSE(a, b, eps) BOOST_TEST(std::abs(a - b) < eps)
|
||||
|
Loading…
x
Reference in New Issue
Block a user