mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Fix some includes for non-MSVC.
This commit is contained in:
@ -48,8 +48,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
// Internal Headers
|
||||
// These are only ever included here :)
|
||||
#include "hsWindows.h"
|
||||
#include "hsTypes.h"
|
||||
#include "hsWindows.h"
|
||||
#include "hsUtils.h"
|
||||
|
||||
#endif
|
||||
|
@ -50,6 +50,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include <cstdlib>
|
||||
#include <cstdio>
|
||||
#include <cstddef>
|
||||
#include <math.h>
|
||||
|
||||
|
||||
/************************** Basic Macros *****************************/
|
||||
|
@ -46,7 +46,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#define _HSUTILS_H
|
||||
|
||||
#include "HeadSpin.h"
|
||||
#include <ctype.h>
|
||||
#include <cctype>
|
||||
#include <cstring>
|
||||
#include <stdarg.h>
|
||||
|
||||
int hsStrlen(const char src[]);
|
||||
|
Reference in New Issue
Block a user