1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-26 23:11:33 +00:00

Merge pull request #3169 from bosvensson1/patch-47

fixes build
For some reason only some platforms complain about this missing header.
This commit is contained in:
Bret Curtis 2021-10-11 16:56:11 +02:00 committed by GitHub
commit 21f1cf6d86
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;
} }