diff --git a/Basalt/Frame.lua b/Basalt/Frame.lua index 8a61fe3..55d6c65 100644 --- a/Basalt/Frame.lua +++ b/Basalt/Frame.lua @@ -3,6 +3,7 @@ local _OBJECTS = require("loadObjects") local BasaltDraw = require("basaltDraw") local utils = require("utils") local layout = require("layout") +local log = require("basaltLogs") local uuid = utils.uuid local rpairs = utils.rpairs local xmlValue = utils.getValueFromXML @@ -1106,4 +1107,4 @@ return function(name, parent, pTerm, basalt) end setmetatable(object, base) return object -end \ No newline at end of file +end