diff options
author | DRC <dcommander@users.sourceforge.net> | 2011-08-17 11:24:58 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2011-08-17 11:24:58 +0000 |
commit | 9900972c43ccc9b57a01f4ad51d24ae838e8444d (patch) | |
tree | 290644263af305e4bcd4d6aa169ee18d6bc7ab47 | |
parent | 438d2c507ac8c5de348aacbc46b38a02f24e4744 (diff) | |
download | tigervnc-9900972c43ccc9b57a01f4ad51d24ae838e8444d.tar.gz tigervnc-9900972c43ccc9b57a01f4ad51d24ae838e8444d.zip |
Need to include os/print.h to use snprintf on Windows
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4634 3789f03b-4d11-0410-bbf8-ca57d06f2519
-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; |