From 7beece3cfbbe0a74c760bf56317f38e48c07f071 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期一, 13 一月 2020 14:07:26 +0800 Subject: [PATCH] add reboot --- csrc/buz/face/detector.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/csrc/detector.h b/csrc/buz/face/detector.h similarity index 93% rename from csrc/detector.h rename to csrc/buz/face/detector.h index fbd5418..8a4497d 100644 --- a/csrc/detector.h +++ b/csrc/buz/face/detector.h @@ -1,7 +1,7 @@ #ifndef _c_wrapper_face_detector_hpp_ #define _c_wrapper_face_detector_hpp_ -#include "base.hpp" +#include "../base.hpp" struct _cFacePos; -- Gitblit v1.8.0