diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/rfb/JpegCompressor.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/rfb/JpegCompressor.cxx b/common/rfb/JpegCompressor.cxx index a55fee7e..7a870b0d 100644 --- a/common/rfb/JpegCompressor.cxx +++ b/common/rfb/JpegCompressor.cxx @@ -21,6 +21,7 @@ #include <rdr/Exception.h> #include <rfb/Rect.h> #include <rfb/PixelFormat.h> +#include <os/print.h> using namespace rfb; |