diff options
author | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2022-10-22 10:20:13 +0000 |
---|---|---|
committer | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2022-10-22 10:20:13 +0000 |
commit | 45b741f89800d7aad76ed0831416a8e7571886d1 (patch) | |
tree | 9d23009742ffee7bb99368b22389d6c68cf27270 /src/map/globals.hpp | |
parent | 2a13b6510835b4bf6077ddb3e5391e42641b16cc (diff) | |
parent | 20bcf8affe9fdfe824ad347cc5e74d145b5214cf (diff) | |
download | tmwa-45b741f89800d7aad76ed0831416a8e7571886d1.tar.gz tmwa-45b741f89800d7aad76ed0831416a8e7571886d1.tar.bz2 tmwa-45b741f89800d7aad76ed0831416a8e7571886d1.tar.xz tmwa-45b741f89800d7aad76ed0831416a8e7571886d1.zip |
Merge branch 'compilation_fix' into 'master'
I unfortunately do not care for TMWA.
So I'll not check if this fixes anything either.
TMWA could always be compiled anyway.
There's no compilation error AFAIK
But as I said ─ whatever, I don't care.
See merge request legacy/tmwa!233
Diffstat (limited to 'src/map/globals.hpp')
-rw-r--r-- | src/map/globals.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/globals.hpp b/src/map/globals.hpp index acf52fd..107ed5e 100644 --- a/src/map/globals.hpp +++ b/src/map/globals.hpp @@ -27,6 +27,7 @@ #include <memory> #include <set> #include <vector> +#include <array> #include "../ints/wrap.hpp" |