Add missing include from sol/sol.hpp

This commit is contained in:
elsid 2021-07-10 01:01:50 +02:00
parent 61f3c528d2
commit 36ec877a8e
No known key found for this signature in database
GPG key ID: B845CB9FEE18AB40
4 changed files with 4 additions and 0 deletions

View file

@ -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