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. --- win/rfb_win32/DIBSectionBuffer.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'win/rfb_win32/DIBSectionBuffer.cxx') diff --git a/win/rfb_win32/DIBSectionBuffer.cxx b/win/rfb_win32/DIBSectionBuffer.cxx index 62b917c0..f6447b0d 100644 --- a/win/rfb_win32/DIBSectionBuffer.cxx +++ b/win/rfb_win32/DIBSectionBuffer.cxx @@ -21,6 +21,8 @@ #include #endif +#include + #include #include #include -- cgit v1.2.3