From 971a21f306e39b5568951beedc8f6efad2503fcf Mon Sep 17 00:00:00 2001 From: jagannatharjun Date: Wed, 20 May 2020 23:01:56 +0530 Subject: [PATCH] Add missing header stdexcept in fspathedit Fixes compilation error with MSVC 16.6 --- src/gui/fspathedit.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/fspathedit.cpp b/src/gui/fspathedit.cpp index fd4467183..1683a1a5b 100644 --- a/src/gui/fspathedit.cpp +++ b/src/gui/fspathedit.cpp @@ -29,6 +29,7 @@ #include "fspathedit.h" #include +#include #include #include