libs/core: Added mising import for math module to luci.util
This commit is contained in:
parent
6a1f5d2889
commit
c1edac6ed0
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue