1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-14 01:19:59 +00:00

Fix include file issue.

This commit is contained in:
cc9cii 2015-11-02 06:57:24 +11:00
parent 4af469511d
commit 7f477e2fae
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,6 @@
#include <components/esm/loadcont.hpp>
#include <components/esm/loadmgef.hpp>
#include "columnbase.hpp"
#include "nestedtablewrapper.hpp"
CSMWorld::PotionColumns::PotionColumns (const InventoryColumns& columns)

View File

@ -11,6 +11,7 @@
#include <components/esm/loadnpc.hpp>
#include <components/esm/loadcrea.hpp>
#include "columnbase.hpp"
#include "record.hpp"
#include "refiddata.hpp"
#include "universalid.hpp"