1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-30 01:15:33 +00:00

Fix include for WorldEvent

This commit is contained in:
David Cernat 2016-10-22 20:15:32 +03:00
parent 6e43baf73e
commit 2b98e349ce

View file

@ -1,7 +1,7 @@
#ifndef OPENMW_WORLDEVENT_HPP
#define OPENMW_WORLDEVENT_HPP
#include <components/esm/cellid.hpp>
#include <components/esm/loadcell.hpp>
#include <components/esm/cellref.hpp>
#include <RakNetTypes.h>