2
3
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:
Darryl Pogue
2012-01-29 00:53:11 -08:00
parent 668034fd71
commit ad4ff5c262

View File

@ -48,6 +48,10 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plNetClient/plNetClientMgr.h"
#include <algorithm>
#if HS_BUILD_FOR_UNIX
#include <float.h>
#endif
plNetTransport::~plNetTransport()
{
ClearMembers();