1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-21 09:09:43 +00:00

Fix includes

This commit is contained in:
Zackhasacat 2023-11-02 12:21:59 -05:00
parent 25fe42de10
commit 859b6c823f

View file

@ -1,15 +1,15 @@
#include <components/esm3/loadclas.hpp>
#include <components/lua/luastate.hpp>
#include "../mwbase/environment.hpp"
#include "../mwworld/class.hpp"
#include "../mwworld/esmstore.hpp"
#include "classbindings.hpp"
#include "luamanagerimp.hpp"
#include "stats.hpp"
#include "types/types.hpp"
#include "../mwbase/environment.hpp"
#include "../mwworld/class.hpp"
#include "../mwworld/esmstore.hpp"
namespace sol
{
template <>