From 1ed97dc4ce2909c5f89737005b8ea4a664fbe728 Mon Sep 17 00:00:00 2001 From: Kuoi Date: Sun, 11 Jun 2023 23:47:49 +0800 Subject: [PATCH 1/2] fix: gcc13 failed with this --- include/sqliteDB.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/include/sqliteDB.hh b/include/sqliteDB.hh index e66374b9d..67a37826f 100644 --- a/include/sqliteDB.hh +++ b/include/sqliteDB.hh @@ -11,6 +11,7 @@ #include #include #include +#include using namespace std; From 3dbe752e4cf3f6778168166a2c662d02d8623f15 Mon Sep 17 00:00:00 2001 From: Kuoi Date: Mon, 12 Jun 2023 01:32:02 +0800 Subject: [PATCH 2/2] fix: without it compile fail --- auxprogs/homGeneMapping/include/sqliteDB.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/auxprogs/homGeneMapping/include/sqliteDB.hh b/auxprogs/homGeneMapping/include/sqliteDB.hh index e842bcf9d..67338bef4 100644 --- a/auxprogs/homGeneMapping/include/sqliteDB.hh +++ b/auxprogs/homGeneMapping/include/sqliteDB.hh @@ -13,6 +13,7 @@ #include #include #include +#include using namespace std;