diff Test.cpp @ 28:b1bc4d045a4b vamp-plugin-tester-v1.0

* Solaris build fixes
author cannam
date Thu, 24 Sep 2009 14:11:14 +0000
parents 28097c1b3de4
children f1e8e14e9c96
line wrap: on
line diff
--- a/Test.cpp	Thu Sep 24 13:34:18 2009 +0000
+++ b/Test.cpp	Thu Sep 24 14:11:14 2009 +0000
@@ -46,6 +46,11 @@
 
 #include <math.h>
 
+#ifdef __SUNPRO_CC
+#include <ieeefp.h>
+#define isinf(x) (!finite(x))
+#endif
+
 Test::Test() { }
 Test::~Test() { }