summaryrefslogtreecommitdiff
path: root/libs/rubberband/src/bsd-3rdparty/float_cast/float_cast.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/rubberband/src/bsd-3rdparty/float_cast/float_cast.h')
-rw-r--r--libs/rubberband/src/bsd-3rdparty/float_cast/float_cast.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libs/rubberband/src/bsd-3rdparty/float_cast/float_cast.h b/libs/rubberband/src/bsd-3rdparty/float_cast/float_cast.h
index 1ba0e03bdc..0e3d8a4040 100644
--- a/libs/rubberband/src/bsd-3rdparty/float_cast/float_cast.h
+++ b/libs/rubberband/src/bsd-3rdparty/float_cast/float_cast.h
@@ -35,6 +35,9 @@
** long int lrint (double x) ;
*/
+#ifndef __FLOAT_CAST_H__ // Added by JE - 30-11-2009
+#define __FLOAT_CAST_H__
+
#if (defined (WIN32) || defined (_WIN32))
#include <math.h>
@@ -69,5 +72,5 @@
#endif
-
+#endif // __FLOAT_CAST_H__