mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-19 02:11:33 +00:00
Add missing include
Since Ptr is used directly in the header, a forward declaration isn't good enough.
This commit is contained in:
parent
a00a4bce77
commit
a47bdecac7
1 changed files with 1 additions and 2 deletions
|
@ -35,6 +35,7 @@
|
||||||
#include "../mwmechanics/pathgrid.hpp" // TODO: maybe belongs in mwworld
|
#include "../mwmechanics/pathgrid.hpp" // TODO: maybe belongs in mwworld
|
||||||
|
|
||||||
#include "timestamp.hpp"
|
#include "timestamp.hpp"
|
||||||
|
#include "ptr.hpp"
|
||||||
|
|
||||||
namespace ESM
|
namespace ESM
|
||||||
{
|
{
|
||||||
|
@ -45,10 +46,8 @@ namespace ESM
|
||||||
|
|
||||||
namespace MWWorld
|
namespace MWWorld
|
||||||
{
|
{
|
||||||
class Ptr;
|
|
||||||
class ESMStore;
|
class ESMStore;
|
||||||
|
|
||||||
|
|
||||||
/// \brief Mutable state of a cell
|
/// \brief Mutable state of a cell
|
||||||
class CellStore
|
class CellStore
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue