1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-18 11:19:10 +00:00

Move <algorithm> header out of HeadSpin.h

This commit is contained in:
2014-07-26 12:04:01 -07:00
parent 827ea85af0
commit 094b0fe557
17 changed files with 22 additions and 2 deletions

View File

@ -42,7 +42,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plProfileManager.h"
#include "plProfile.h"
#include "hsTimer.h"
#include <algorithm>
plProfileManager::plProfileManager() : fLastAvgTime(0), fProcessorSpeed(0)
{

View File

@ -42,6 +42,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plChallengeHash.h"
#include <algorithm>
ShaDigest fSeed;
void CryptCreateRandomSeed(size_t length, uint8_t* data)