diff options
author | Pierre Ossman <ossman@cendio.se> | 2023-01-27 12:32:02 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2023-02-04 14:03:13 +0100 |
commit | 03a2057e9eee33eb95a11e1c2a874aec75d30307 (patch) | |
tree | 6536e583c079c6c4aa9426486ee958483a4a84a3 /common/rfb/VNCServerST.cxx | |
parent | 5db843ead6cbf683c2888da377d5d0e0d0d30833 (diff) | |
download | tigervnc-03a2057e9eee33eb95a11e1c2a874aec75d30307.tar.gz tigervnc-03a2057e9eee33eb95a11e1c2a874aec75d30307.zip |
Remove unneeded header from SDesktop.h
It doesn't use any exceptions, so stop including the header for it.
Diffstat (limited to 'common/rfb/VNCServerST.cxx')
-rw-r--r-- | common/rfb/VNCServerST.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/rfb/VNCServerST.cxx b/common/rfb/VNCServerST.cxx index 1122b0a7..ca32282e 100644 --- a/common/rfb/VNCServerST.cxx +++ b/common/rfb/VNCServerST.cxx @@ -56,6 +56,7 @@ #include <stdlib.h> #include <rfb/ComparingUpdateTracker.h> +#include <rfb/Exception.h> #include <rfb/KeyRemapper.h> #include <rfb/LogWriter.h> #include <rfb/Security.h> |