summaryrefslogtreecommitdiff
path: root/example/multithread.cpp
diff options
context:
space:
mode:
author“pengxuanzheng” <[email protected]>2022-07-05 09:26:56 +0000
committer“pengxuanzheng” <[email protected]>2022-07-05 09:26:56 +0000
commit368976573d409c5eda178fc5081bd47e0f1a6220 (patch)
tree8176ab8b60316f3fc92cc36d695f37bddb417dbf /example/multithread.cpp
parente075fb586aa9e72226be6888ded7a2eba72b8cd4 (diff)
✨ feat(TSG-11123): 删除多余的文件
Diffstat (limited to 'example/multithread.cpp')
-rw-r--r--example/multithread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/multithread.cpp b/example/multithread.cpp
index b6090ce..a5a2119 100644
--- a/example/multithread.cpp
+++ b/example/multithread.cpp
@@ -12,7 +12,7 @@ extern "C"
#include<unistd.h>
#include<time.h>
}
-#include"../include/tsg_lua_interface.h"
+#include"../src/tsg_lua_interface.h"
#ifndef MAX_THREAD_NUM
#define MAX_THREAD_NUM 9
#endif