Commit 5c61f0f2 by Phil Edwards Committed by Phil Edwards

complex_inserters_extractors.cc: Need cmath.

2000-06-08  Phil Edwards  <pme@sourceware.cygnus.com>

	* testsuite/26_numerics/complex_inserters_extractors.cc:  Need cmath.

From-SVN: r34460
parent 16b72afe
2000-06-08 Phil Edwards <pme@sourceware.cygnus.com>
* testsuite/26_numerics/complex_inserters_extractors.cc: Need cmath.
2000-06-06 Steven King <sxking@uswest.net>
* acconfig.h: Added defines for HAVE_BUILTIN math functs for float,
......
......@@ -27,6 +27,7 @@
#ifdef DEBUG_ASSERT
#include <assert.h>
#endif
#include <cmath>
template<typename R>
inline bool flteq(R x, R y)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment