forked from teamnwah/openmw-tes3coop
[Client] Add missing include for PlayerFaction processor
This commit is contained in:
parent
ad388c7e12
commit
1d0167c3c9
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
#include "processors/player/ProcessorPlayerCharClass.hpp"
|
||||
#include "processors/player/ProcessorPlayerDeath.hpp"
|
||||
#include "processors/player/ProcessorPlayerEquipment.hpp"
|
||||
#include "processors/player/ProcessorPlayerFaction.hpp"
|
||||
#include "processors/player/ProcessorPlayerInventory.hpp"
|
||||
#include "processors/player/ProcessorPlayerJournal.hpp"
|
||||
#include "processors/player/ProcessorPlayerLevel.hpp"
|
||||
|
|
Loading…
Reference in a new issue