1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-03 17:11:31 +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/attr.hpp>
#include <components/esm/loadnpc.hpp>
namespace ESM
{
struct NPC;
class ESMWriter;
class ESMReader;
}