forked from mirror/openmw-tes3mp
Fix include file issue.
This commit is contained in:
parent
4af469511d
commit
7f477e2fae
2 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue