Author: Miriam Ruiz <little_miry@yahoo.es>
Description: include math.h
--- a/game2/gameSource/sound/SoundEffectsBank.cpp
+++ b/game2/gameSource/sound/SoundEffectsBank.cpp
@@ -10,6 +10,7 @@
 
 #include "minorGems/util/random/StdRandomSource.h"
 
+#include <math.h>
 
 extern int globalSoundSampleRate;
 
