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