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

Add lots of missing #includes.

This commit is contained in:
jzmaddock
2014-03-21 17:36:18 +00:00
parent 4087c44efd
commit 728ec23c21
21 changed files with 32 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ using boost::math::triangular_distribution;
#include "test_out_of_range.hpp"
#include <iostream>
#include <iomanip>
using std::cout;
using std::endl;
using std::scientific;