1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-03-03 14:53:01 +02:00

Fix missing dep

This commit is contained in:
Matthew Heguy 2019-01-30 18:20:11 -05:00
parent 214257b007
commit 4738f3e043

View File

@ -1,4 +1,5 @@
local Gui = require 'utils.gui'
local table = require 'utils.table'
local gui_names = Gui.names
local type = type