From b048a78b5a541024d4f98251a61b157b1436d789 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期一, 13 一月 2020 14:13:49 +0800 Subject: [PATCH] add reboot --- csrc/buz/face/detector.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/csrc/detector.cpp b/csrc/buz/face/detector.cpp similarity index 98% rename from csrc/detector.cpp rename to csrc/buz/face/detector.cpp index 201c3b4..e191ea8 100644 --- a/csrc/detector.cpp +++ b/csrc/buz/face/detector.cpp @@ -6,7 +6,7 @@ #include "THFaceImage_i.h" -#include "struct.h" +#include "csdk_struct.h" namespace csdk_wrap { -- Gitblit v1.8.0