From aeb77a01e39838fcbac854c4e2a88a5d984e9260 Mon Sep 17 00:00:00 2001 From: rainerosion Date: Mon, 15 May 2023 10:02:57 +0800 Subject: [PATCH] fix cmake 3.22 build error. --- common/exception.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/common/exception.hpp b/common/exception.hpp index 4d002d5..afab018 100644 --- a/common/exception.hpp +++ b/common/exception.hpp @@ -3,6 +3,7 @@ #include #include #include +#include namespace nkg {