Merge branch 'fix_sol_build' into 'master'

Add missing include from sol/sol.hpp

See merge request OpenMW/openmw!1003
dont-compose-content
psi29a 3 years ago
commit 83af0402b8

@ -3,6 +3,7 @@
#include <map>
#include <limits> // missing from sol/sol.hpp
#include <sol/sol.hpp>
#include <components/vfs/manager.hpp>

@ -1,6 +1,7 @@
#ifndef COMPONENTS_LUA_SERIALIZATION_H
#define COMPONENTS_LUA_SERIALIZATION_H
#include <limits> // missing from sol/sol.hpp
#include <sol/sol.hpp>
namespace LuaUtil

@ -1,6 +1,7 @@
#ifndef COMPONENTS_LUA_UTILPACKAGE_H
#define COMPONENTS_LUA_UTILPACKAGE_H
#include <limits> // missing from sol/sol.hpp
#include <sol/sol.hpp>
namespace LuaUtil

@ -1,3 +1,4 @@
#include <limits> // missing from sol/sol.hpp
#include <sol/sol.hpp>
#include "query.hpp"

Loading…
Cancel
Save