From dcc36dc16861be416c6d278121ba1a75b7b8bd59 Mon Sep 17 00:00:00 2001 From: Scheaven <xuepengqiang> Date: 星期二, 27 七月 2021 17:37:46 +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 cdbb060..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_util.h" +#include "utils/time_util.h" #include <opencv2/opencv.hpp> #include <algorithm> -- Gitblit v1.8.0