Browse Source

Merge pull request #334 from Deledrius/vs_2013_std

Add missing std headers for compilation with VisualStudio 2013.
Branan Purvine-Riley 12 years ago
parent
commit
c74dd5d42e
  1. 1
      Sources/Plasma/Apps/plClient/winmain.cpp
  2. 2
      Sources/Plasma/PubUtilLib/plAvatar/plAGAnimInstance.cpp

1
Sources/Plasma/Apps/plClient/winmain.cpp

@ -46,6 +46,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include <direct.h> // windows directory handling fxns (for chdir)
#include <process.h>
#include <shellapi.h> // ShellExecuteA
#include <algorithm>
//#define DETACH_EXE // Microsoft trick to force loading of exe to memory
#ifdef DETACH_EXE

2
Sources/Plasma/PubUtilLib/plAvatar/plAGAnimInstance.cpp

@ -45,6 +45,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
//
/////////////////////////////////////////////////////////////////////////////////////////
#include <algorithm>
// singular
#include "plAGAnimInstance.h"

Loading…
Cancel
Save