From 50b861eba5c7d7db7d1e755c5f53eba9e3fb34e2 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期二, 14 一月 2020 17:37:57 +0800 Subject: [PATCH] add chan cache for async --- csrc/all.hpp | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/csrc/all.hpp b/csrc/all.hpp index 301e046..bbe31af 100644 --- a/csrc/all.hpp +++ b/csrc/all.hpp @@ -1,9 +1,9 @@ #ifndef _c_wrapper_face_detector_all_hpp_ #define _c_wrapper_face_detector_all_hpp_ -#include "detector.cpp" -#include "extractor.cpp" -#include "property.cpp" -#include "tracker.cpp" +#include "buz/face/detector.cpp" +#include "buz/face/extractor.cpp" +#include "buz/face/property.cpp" +#include "buz/face/tracker.cpp" #endif \ No newline at end of file -- Gitblit v1.8.0