mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-23 19:20:56 +00:00
Add missing include from sol/sol.hpp
This commit is contained in:
parent
61f3c528d2
commit
36ec877a8e
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
|
#include <limits> // missing from sol/sol.hpp
|
||||||
#include <sol/sol.hpp>
|
#include <sol/sol.hpp>
|
||||||
|
|
||||||
#include <components/vfs/manager.hpp>
|
#include <components/vfs/manager.hpp>
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#ifndef COMPONENTS_LUA_SERIALIZATION_H
|
#ifndef COMPONENTS_LUA_SERIALIZATION_H
|
||||||
#define COMPONENTS_LUA_SERIALIZATION_H
|
#define COMPONENTS_LUA_SERIALIZATION_H
|
||||||
|
|
||||||
|
#include <limits> // missing from sol/sol.hpp
|
||||||
#include <sol/sol.hpp>
|
#include <sol/sol.hpp>
|
||||||
|
|
||||||
namespace LuaUtil
|
namespace LuaUtil
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#ifndef COMPONENTS_LUA_UTILPACKAGE_H
|
#ifndef COMPONENTS_LUA_UTILPACKAGE_H
|
||||||
#define COMPONENTS_LUA_UTILPACKAGE_H
|
#define COMPONENTS_LUA_UTILPACKAGE_H
|
||||||
|
|
||||||
|
#include <limits> // missing from sol/sol.hpp
|
||||||
#include <sol/sol.hpp>
|
#include <sol/sol.hpp>
|
||||||
|
|
||||||
namespace LuaUtil
|
namespace LuaUtil
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include <limits> // missing from sol/sol.hpp
|
||||||
#include <sol/sol.hpp>
|
#include <sol/sol.hpp>
|
||||||
|
|
||||||
#include "query.hpp"
|
#include "query.hpp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user