2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 17:47:43 +00:00
This commit is contained in:
Jack Andersen
2017-03-13 21:03:35 -10:00
2 changed files with 5 additions and 1 deletions

2
hecl/extern/athena vendored

Submodule hecl/extern/athena updated: 89968f1c31...5df07a2039

View File

@@ -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>