From 3ea5c88f29ec7d8b5be2a8892bbac761f9ca467b Mon Sep 17 00:00:00 2001 From: chenshijun <chenshijun@aiotlink.com> Date: 星期三, 08 九月 2021 17:47:05 +0800 Subject: [PATCH] bug --- src/config.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/config.h b/src/config.h index f495e58..78526b6 100644 --- a/src/config.h +++ b/src/config.h @@ -4,7 +4,7 @@ #ifndef INC_01_CPP_SORT_CONFIG_H #define INC_01_CPP_SORT_CONFIG_H -#include "utils/timer_utils.hpp" +#include "utils/time_util.h" #include <opencv2/opencv.hpp> #include <algorithm> -- Gitblit v1.8.0