]> source.dussan.org Git - tigervnc.git/commitdiff
Need to include os/print.h to use snprintf on Windows
authorDRC <dcommander@users.sourceforge.net>
Wed, 17 Aug 2011 11:24:58 +0000 (11:24 +0000)
committerDRC <dcommander@users.sourceforge.net>
Wed, 17 Aug 2011 11:24:58 +0000 (11:24 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4634 3789f03b-4d11-0410-bbf8-ca57d06f2519

common/rfb/JpegCompressor.cxx

index a55fee7ed735081dfc21225737de0431df25a13e..7a870b0dd5756f8499d92f515b79c769de2837cf 100644 (file)
@@ -21,6 +21,7 @@
 #include <rdr/Exception.h>
 #include <rfb/Rect.h>
 #include <rfb/PixelFormat.h>
+#include <os/print.h>
 
 using namespace rfb;