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

Added needed #include

[SVN r31598]
This commit is contained in:
John Maddock
2005-11-08 12:11:53 +00:00
parent a4d364c657
commit 0545c77c55

View File

@@ -15,6 +15,7 @@
#include <iostream>
#include <iomanip>
#include <cmath>
#include <typeinfo>
#ifdef BOOST_NO_STDC_NAMESPACE
namespace std{ using ::sqrt; using ::tan; using ::tanh; }