Fixed: numeric_limits not found in Fmod driver

This commit is contained in:
kervala 2010-08-03 13:56:34 +02:00
parent cc949bf92d
commit a41146116b
3 changed files with 5 additions and 2 deletions

View file

@ -28,7 +28,8 @@
using namespace NLMISC; using namespace NLMISC;
using namespace std; using namespace std;
namespace NLSOUND { namespace NLSOUND
{
static const std::string EmptyString; static const std::string EmptyString;

View file

@ -26,7 +26,8 @@ using namespace std;
using namespace NLMISC; using namespace NLMISC;
namespace NLSOUND { namespace NLSOUND
{
#ifndef NL_STATIC #ifndef NL_STATIC

View file

@ -22,6 +22,7 @@
#include <fmod.h> #include <fmod.h>
#include <cmath> #include <cmath>
#include <limits>
#include <nel/misc/common.h> #include <nel/misc/common.h>
#include <nel/misc/time_nl.h> #include <nel/misc/time_nl.h>