2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-26 18:52:10 +00:00

Added needed #includes.

[SVN r44123]
This commit is contained in:
John Maddock
2008-04-09 11:35:36 +00:00
parent d453569a95
commit cd13eecbfa

View File

@@ -16,6 +16,8 @@
#include <boost/math/special_functions/binomial.hpp>
#include <vector>
#include <ostream>
#include <algorithm>
namespace boost{ namespace math{ namespace tools{