From 9346da5e20f506093fe417a0de721e4d68570e30 Mon Sep 17 00:00:00 2001 From: borgmanJeremy <46930769+borgmanJeremy@users.noreply.github.com> Date: Fri, 29 Oct 2021 14:42:39 -0500 Subject: [PATCH] stdexcept is explicetly required when building on msvc compiler (#2022) --- src/utils/confighandler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/confighandler.cpp b/src/utils/confighandler.cpp index 7728310c..7cde01ca 100644 --- a/src/utils/confighandler.cpp +++ b/src/utils/confighandler.cpp @@ -17,6 +17,7 @@ #include #include #include +#include #if defined(Q_OS_MACOS) #include #endif