mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Add missing include from sol/sol.hpp
This commit is contained in:
parent
61f3c528d2
commit
36ec877a8e
4 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue