From 1093b1eb6f3e561fb80aafba65e3f1505ae80350 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Tue, 3 Sep 2024 08:02:30 +0200 Subject: Replace base exception class with standard library There is no point to having our own generic exception class. Let's use the one provided by the standard C++ library. --- vncviewer/ServerDialog.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'vncviewer/ServerDialog.cxx') diff --git a/vncviewer/ServerDialog.cxx b/vncviewer/ServerDialog.cxx index d4ec2006..18909a60 100644 --- a/vncviewer/ServerDialog.cxx +++ b/vncviewer/ServerDialog.cxx @@ -36,7 +36,9 @@ #include #include -#include + +#include + #include #include #include -- cgit v1.2.3