Skip to content

Commit

Permalink
Add missing stdexcept include
Browse files Browse the repository at this point in the history
The issue was masked by it getting included by the TLS headers. But if
GnuTLS was disabled, then this file would fail to build.
  • Loading branch information
CendioOssman committed Nov 18, 2024
1 parent 5816986 commit 1f24dd8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/rfb/SecurityClient.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
#endif

#include <assert.h>

#include <stdexcept>

#include <rfb/CSecurityNone.h>
#include <rfb/CSecurityStack.h>
#include <rfb/CSecurityVeNCrypt.h>
Expand Down

0 comments on commit 1f24dd8

Please sign in to comment.