mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-30 07:36:46 +00:00
[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/ProcessorPlayerCharClass.hpp"
|
||||||
#include "processors/player/ProcessorPlayerDeath.hpp"
|
#include "processors/player/ProcessorPlayerDeath.hpp"
|
||||||
#include "processors/player/ProcessorPlayerEquipment.hpp"
|
#include "processors/player/ProcessorPlayerEquipment.hpp"
|
||||||
|
#include "processors/player/ProcessorPlayerFaction.hpp"
|
||||||
#include "processors/player/ProcessorPlayerInventory.hpp"
|
#include "processors/player/ProcessorPlayerInventory.hpp"
|
||||||
#include "processors/player/ProcessorPlayerJournal.hpp"
|
#include "processors/player/ProcessorPlayerJournal.hpp"
|
||||||
#include "processors/player/ProcessorPlayerLevel.hpp"
|
#include "processors/player/ProcessorPlayerLevel.hpp"
|
||||||
|
|
Loading…
Reference in a new issue