Fixed: numeric_limits not found in Fmod driver
This commit is contained in:
parent
d06e9c1b9a
commit
92dff7c4f1
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