diff --git a/3rdParty/Storm/Source/storm.h b/3rdParty/Storm/Source/storm.h index c0d6daf5f..15ed0f486 100644 --- a/3rdParty/Storm/Source/storm.h +++ b/3rdParty/Storm/Source/storm.h @@ -7,6 +7,7 @@ #include #include #include +#include // Note to self: Linker error => forgot a return value in cpp @@ -52,6 +53,8 @@ typedef struct _WSIZE } WSIZE, *PWSIZE; #ifdef __cplusplus +static float infinity = std::numeric_limits::infinity(); + struct CCritSect { CRITICAL_SECTION m_critsect;