From 4738f3e0437533082d9f73bdfb376e89a10559c4 Mon Sep 17 00:00:00 2001 From: Matthew Heguy Date: Wed, 30 Jan 2019 18:20:11 -0500 Subject: [PATCH] Fix missing dep --- features/gui/debug/model.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/features/gui/debug/model.lua b/features/gui/debug/model.lua index 61cdf691..6bce7887 100644 --- a/features/gui/debug/model.lua +++ b/features/gui/debug/model.lua @@ -1,4 +1,5 @@ local Gui = require 'utils.gui' +local table = require 'utils.table' local gui_names = Gui.names local type = type