Commit 6d4830b8 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Forgotten include <math.h> in previous spatializer fix.

parent 77cc89e3
......@@ -10,6 +10,8 @@
#include <stdint.h>
#include <math.h>
static inline float undenormalise( float f )
{
if( fpclassify( f ) == FP_SUBNORMAL )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment