diff --git a/3rdParty/Storm/Source/storm.h b/3rdParty/Storm/Source/storm.h index f0baa01ed..61d68175d 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;