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