mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
Move <algorithm> header out of HeadSpin.h
This commit is contained in:
@ -46,6 +46,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsFastMath.h"
|
||||
#include "hsResMgr.h"
|
||||
#include <cmath>
|
||||
#include <algorithm>
|
||||
|
||||
const float kSmallDelTime = 1.e-2f;
|
||||
const float kInvSmallDelTime = 1.f / kSmallDelTime;
|
||||
|
@ -46,6 +46,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plTransform/hsEuler.h"
|
||||
#include "plAnimTimeConvert.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
/////////////////////////////////////////////
|
||||
// Controller interp caching
|
||||
/////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user