domoticz/domoticz-gcc12.patch
Michael Cronenworth 27caea8917 Update to 2022.1
2022-03-11 22:07:33 -06:00

14 lines
299 B
Diff

--- a/main/LuaTable.cpp 2022-01-31 02:34:32.000000000 -0600
+++ b/main/LuaTable.cpp 2022-03-11 12:18:17.963080400 -0600
@@ -6,9 +6,9 @@
#include <lua.h>
#include <lualib.h>
#include <lauxlib.h>
+}
#include <utility>
-}
CLuaTable::CLuaTable(lua_State *lua_state, const std::string &Name)
{