From: Pierre Ossman Date: Mon, 18 Nov 2024 15:04:06 +0000 (+0100) Subject: Add missing stdexcept include X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1f24dd8b9014560ce0e740b862f6e687a963493e;p=tigervnc.git Add missing stdexcept include The issue was masked by it getting included by the TLS headers. But if GnuTLS was disabled, then this file would fail to build. --- diff --git a/common/rfb/SecurityClient.cxx b/common/rfb/SecurityClient.cxx index 878edde9..027d47df 100644 --- a/common/rfb/SecurityClient.cxx +++ b/common/rfb/SecurityClient.cxx @@ -22,6 +22,9 @@ #endif #include + +#include + #include #include #include