From 9900972c43ccc9b57a01f4ad51d24ae838e8444d Mon Sep 17 00:00:00 2001 From: DRC Date: Wed, 17 Aug 2011 11:24:58 +0000 Subject: [PATCH] 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 --- common/rfb/JpegCompressor.cxx | 1 + 1 file changed, 1 insertion(+) 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 #include #include +#include using namespace rfb; -- 2.39.5