From aa25f30d2d5dee9134ffb48885bbe9f3be6dc4ee Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期一, 13 一月 2020 12:21:23 +0800 Subject: [PATCH] debug --- csrc/struct.h | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/csrc/struct.h b/csrc/struct.h index 9be7c4c..951ab42 100644 --- a/csrc/struct.h +++ b/csrc/struct.h @@ -1,5 +1,7 @@ -#ifndef _face_struct_h_ -#define _face_struct_h_ +#ifndef _c_wrapper_c_structure_h_ +#define _c_wrapper_c_structure_h_ + +#include <string.h> typedef struct _cPOINT { int x; @@ -60,4 +62,5 @@ long nFaceID;//face tracking id } cFaceInfo; + #endif \ No newline at end of file -- Gitblit v1.8.0