Browse Source

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.
Darryl Pogue 13 years ago
parent
commit
ad4ff5c262
  1. 4
      Sources/Plasma/PubUtilLib/plNetTransport/plNetTransport.cpp

4
Sources/Plasma/PubUtilLib/plNetTransport/plNetTransport.cpp

@ -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();

Loading…
Cancel
Save