1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 08:23:53 +00:00

adds missing include

This commit is contained in:
florent.teppe 2022-09-05 19:36:44 +02:00
parent 4bb9a4166d
commit 445d91d85d

View file

@ -2,6 +2,7 @@
#define OPENMW_ESM_DEFS_H #define OPENMW_ESM_DEFS_H
#include <stdint.h> #include <stdint.h>
#include <stdexcept>
#include <tuple> #include <tuple>