diff examples/SpectralCentroid.cpp @ 286:91574fc544db

* Sun compiler build support
author cannam
date Thu, 10 Sep 2009 13:24:26 +0000
parents 88ef5ffdbe8d
children c97e70ed5abc
line wrap: on
line diff
--- a/examples/SpectralCentroid.cpp	Mon Aug 17 13:42:55 2009 +0000
+++ b/examples/SpectralCentroid.cpp	Thu Sep 10 13:24:26 2009 +0000
@@ -43,6 +43,10 @@
 
 #include <math.h>
 
+#ifdef __SUNPRO_CC
+#include <sunmath.h>
+#endif
+
 #ifdef WIN32
 #define isnan(x) false
 #define isinf(x) false