mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Fix plNetTransport.
Someone should check if we actually need the HS_BUILD_FOR_UNIX check or whether we can just include float.h in VS.
This commit is contained in:
@ -48,6 +48,10 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
|||||||
#include "plNetClient/plNetClientMgr.h"
|
#include "plNetClient/plNetClientMgr.h"
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
|
#if HS_BUILD_FOR_UNIX
|
||||||
|
#include <float.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
plNetTransport::~plNetTransport()
|
plNetTransport::~plNetTransport()
|
||||||
{
|
{
|
||||||
ClearMembers();
|
ClearMembers();
|
||||||
|
Reference in New Issue
Block a user