[Client] Include necessary headers in ContainerItemModel

This commit is contained in:
David Cernat 2020-01-19 17:20:17 +02:00
parent 8b14c007f3
commit a378b254f8

View File

@ -2,6 +2,21 @@
#include <algorithm>
#include <components/openmw-mp/TimedLog.hpp>
/*
Start of tes3mp addition
Include additional headers for multiplayer purposes
*/
#include "../mwmp/Main.hpp"
#include "../mwmp/Networking.hpp"
#include "../mwmp/LocalPlayer.hpp"
#include "../mwmp/ObjectList.hpp"
/*
End of tes3mp addition
*/
#include "../mwmechanics/creaturestats.hpp"
#include "../mwmechanics/actorutil.hpp"