From 08c447165577d31095518e108fa26403101d32dc Mon Sep 17 00:00:00 2001 From: lailongwei <964855959@qq.com> Date: Fri, 18 Feb 2022 06:26:32 +0000 Subject: [PATCH] Fix std::logic_error not found error --- src/util.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util.cpp b/src/util.cpp index 090c4830..9e70f738 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -27,6 +27,7 @@ ** ****************************************************************************/ +#include #include #if defined(__GNUWIN32__) && __cplusplus >= 201103L