mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-20 19:39:41 +00:00
[Server] Add missing includes for ProcessorInitializer
This commit is contained in:
parent
1d0167c3c9
commit
a634a5d9bb
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
|||
|
||||
#include "ProcessorInitializer.hpp"
|
||||
|
||||
#include "Networking.hpp"
|
||||
#include "Script/Script.hpp"
|
||||
|
||||
#include "PlayerProcessor.hpp"
|
||||
#include "processors/player/ProcessorChatMsg.hpp"
|
||||
#include "processors/player/ProcessorGUIMessageBox.hpp"
|
||||
|
|
Loading…
Reference in a new issue