2
0
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:
jzmaddock
2014-02-20 17:16:12 +00:00
parent f526263d0b
commit e46fe3ae0c
2 changed files with 3 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
#include <sstream>
#include <ostream>
#include <limits>
#include <iostream>
namespace {

View File

@@ -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>