Fixed: numeric_limits not found in Fmod driver

hg/feature/sound
kervala 15 years ago
parent a7e4543e5d
commit 4757228a22

@ -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;

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

@ -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>

Loading…
Cancel
Save