mirror of https://github.com/AxioDL/metaforce.git
GCC compile fixes
This commit is contained in:
parent
21194f43db
commit
2478495cbb
|
@ -1 +1 @@
|
||||||
Subproject commit 89968f1c31f76d518b6cc86e2350097fddafe7c4
|
Subproject commit 5df07a203939f382f66238e7d3cec417f9ec0b3e
|
|
@ -30,6 +30,10 @@
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef __has_builtin
|
||||||
|
# define __has_builtin(x) 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "hecl.hpp"
|
#include "hecl.hpp"
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
Loading…
Reference in New Issue