diff options
Diffstat (limited to 'libs/core')
-rw-r--r-- | libs/core/luasrc/util.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/core/luasrc/util.lua b/libs/core/luasrc/util.lua index 6cefb8ec9..c189c297c 100644 --- a/libs/core/luasrc/util.lua +++ b/libs/core/luasrc/util.lua @@ -25,6 +25,7 @@ limitations under the License. ]]-- local io = require "io" +local math = require "math" local table = require "table" local debug = require "debug" local string = require "string" |