1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-20 15:40:32 +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
#include <stdint.h>
#include <stdexcept>
#include <tuple>