mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Add missing #include's.
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#include <sstream>
|
||||
#include <ostream>
|
||||
#include <limits>
|
||||
#include <iostream>
|
||||
|
||||
namespace {
|
||||
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
#include <boost/test/floating_point_comparison.hpp>
|
||||
#include <boost/math/tools/precision.hpp>
|
||||
#include <math.h> // ldexpf
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
|
||||
#ifdef TEST_STD
|
||||
#include <cmath>
|
||||
|
||||
Reference in New Issue
Block a user