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:
@ -59,7 +59,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include <cctype>
|
||||
#include <cstdarg>
|
||||
#include <cstdint>
|
||||
#include <algorithm>
|
||||
|
||||
//======================================
|
||||
// Winblows Hacks
|
||||
|
@ -46,6 +46,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsGeometry3.h"
|
||||
#include "hsPoint2.h"
|
||||
#include "hsMatrix44.h"
|
||||
#include <algorithm>
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// BOUNDS
|
||||
|
@ -44,6 +44,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#if HS_BUILD_FOR_WIN32
|
||||
# include <io.h>
|
||||
#endif
|
||||
#include <algorithm>
|
||||
#pragma hdrstop
|
||||
|
||||
#include "hsStream.h"
|
||||
|
Reference in New Issue
Block a user