1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-06 00:55:50 +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/attr.hpp>
#include <components/esm/loadnpc.hpp>
namespace ESM
{
struct NPC;
class ESMWriter;
class ESMReader;
}