From d5818c3299f7d8f3560b7eebe51505eb3b2866c4 Mon Sep 17 00:00:00 2001 From: nianhua <1585346868@qq.com> Date: Tue, 18 Jun 2024 15:10:06 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8DLinux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 0 include/db/sqlite.h | 1 + 2 files changed, 1 insertion(+) mode change 100644 => 100755 build.sh diff --git a/build.sh b/build.sh old mode 100644 new mode 100755 diff --git a/include/db/sqlite.h b/include/db/sqlite.h index 07e2e03..cbcf53a 100644 --- a/include/db/sqlite.h +++ b/include/db/sqlite.h @@ -3,6 +3,7 @@ #include #include #include +#include #ifndef _WIN32 #include #endif