Fixed: #963 Floating point exceptions

This commit is contained in:
kervala 2010-06-05 15:57:24 +02:00
parent d14e6418da
commit d2c478106d

View file

@ -17,6 +17,8 @@
#include "nel/sound/driver/source.h" #include "nel/sound/driver/source.h"
#include "nel/misc/common.h" #include "nel/misc/common.h"
#include <limits>
using namespace NLMISC; using namespace NLMISC;
namespace NLSOUND namespace NLSOUND