diff options
author | chai <chaifix@163.com> | 2018-09-07 21:20:15 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-09-07 21:20:15 +0800 |
commit | 36f7e3e5542f3cfee11b34ce497fcb877b3462bf (patch) | |
tree | 596d9fd6a12058b9c2781f529551b0ebefa72f75 /src/lua/modules/net/net.cpp | |
parent | e72188433348c270a54879da9f086f1b527b580f (diff) |
*update
Diffstat (limited to 'src/lua/modules/net/net.cpp')
-rw-r--r-- | src/lua/modules/net/net.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua/modules/net/net.cpp b/src/lua/modules/net/net.cpp index a984920..8fb273c 100644 --- a/src/lua/modules/net/net.cpp +++ b/src/lua/modules/net/net.cpp @@ -8,6 +8,7 @@ namespace jin { namespace lua { + using namespace jin::lua::net; using namespace jin::net; |