diff options
| author | ruki <[email protected]> | 2016-03-26 20:51:35 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-03-26 20:51:35 +0800 |
| commit | f599ffc2ca8f452b70e2fb928816c5b78302ee1b (patch) | |
| tree | 59cf1fa8ad1cc2a9013641fac59e42d52cabb64e /xmake/core/main.lua | |
| parent | 2d269f2eb8a61c7b4225a766ceedec4fd1858e95 (diff) | |
modify self interfaces
Diffstat (limited to 'xmake/core/main.lua')
| -rw-r--r-- | xmake/core/main.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/main.lua b/xmake/core/main.lua index 5cb127971..78ffbd3fc 100644 --- a/xmake/core/main.lua +++ b/xmake/core/main.lua @@ -28,6 +28,7 @@ local os = require("base/os") local path = require("base/path") local utils = require("base/utils") local option = require("base/option") +local profiler = require("base/profiler") local task = require("project/task") -- init the option menu |
