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
This commit is contained in:
Phil Edwards 2000-06-08 18:05:39 +00:00 committed by Phil Edwards
parent 16b72afedd
commit 5c61f0f2a8
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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,

View File

@ -27,6 +27,7 @@
#ifdef DEBUG_ASSERT
#include <assert.h>
#endif
#include <cmath>
template<typename R>
inline bool flteq(R x, R y)