mirror of
https://github.com/libAthena/athena.git
synced 2025-08-09 05:29:19 +00:00
Windows fix
This commit is contained in:
parent
57e5196e72
commit
a5056960ed
@ -5,11 +5,15 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
#ifdef HW_RVL
|
#ifdef HW_RVL
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
#endif // HW_RVL
|
#endif // HW_RVL
|
||||||
|
|
||||||
|
#undef min
|
||||||
|
#undef max
|
||||||
|
|
||||||
namespace athena
|
namespace athena
|
||||||
{
|
{
|
||||||
namespace io
|
namespace io
|
||||||
|
Loading…
x
Reference in New Issue
Block a user