From 31011964537cae7bc9e922cfa15263d316790a7a Mon Sep 17 00:00:00 2001 From: Zengtudor Date: Wed, 18 Sep 2024 19:30:17 +0800 Subject: [PATCH] update --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 8447cf0..1a8494c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -8,7 +8,7 @@ #include #include #include -#include"tools.hpp" // 自己写的库,在src/tools/tools.hpp当中 +#include"tools.hpp" // 自己写的库,在src/tools/tools.hpp当中,注意要使用C++23标准编译 #include #include #include