1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-07 12:54:00 +00:00

fixes windows build

This commit is contained in:
Bo Svensson 2021-10-11 13:28:37 +00:00 committed by GitHub
parent 93848ef01c
commit 5cf9995a31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,10 +11,10 @@
#include <components/esm/loadskil.hpp> #include <components/esm/loadskil.hpp>
#include <components/esm/attr.hpp> #include <components/esm/attr.hpp>
#include <components/esm/loadnpc.hpp>
namespace ESM namespace ESM
{ {
struct NPC;
class ESMWriter; class ESMWriter;
class ESMReader; class ESMReader;
} }