Needed to include <math.h> on solaris for some odd reason for their

c++....   so I ifdefed it.

Kent
This commit is contained in:
Kent Mein 2004-11-01 14:25:34 +00:00
parent 4894785ed7
commit a731d22c3d

@ -25,6 +25,9 @@
#define MT_SCALAR_H
#include <cmath>
#if defined (__sun__) || defined ( __sun ) || defined (__sparc) || defined (__sparc__)
#include <math.h>
#endif
#undef max