mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: numeric_limits not found in Fmod driver
This commit is contained in:
parent
a7e4543e5d
commit
4757228a22
3 changed files with 5 additions and 2 deletions
|
@ -28,7 +28,8 @@
|
|||
using namespace NLMISC;
|
||||
using namespace std;
|
||||
|
||||
namespace NLSOUND {
|
||||
namespace NLSOUND
|
||||
{
|
||||
|
||||
static const std::string EmptyString;
|
||||
|
||||
|
|
|
@ -26,7 +26,8 @@ using namespace std;
|
|||
using namespace NLMISC;
|
||||
|
||||
|
||||
namespace NLSOUND {
|
||||
namespace NLSOUND
|
||||
{
|
||||
|
||||
#ifndef NL_STATIC
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#include <fmod.h>
|
||||
|
||||
#include <cmath>
|
||||
#include <limits>
|
||||
|
||||
#include <nel/misc/common.h>
|
||||
#include <nel/misc/time_nl.h>
|
||||
|
|
Loading…
Reference in a new issue