From 374b4d5fbb4233a1f23785b14b7d0b5b59ceaf7c Mon Sep 17 00:00:00 2001 From: DRC Date: Thu, 3 Nov 2011 19:26:14 +0000 Subject: [PATCH] Need to include os/print.h, because Windows doesn't have snprintf() git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4760 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- common/rfb/JpegDecompressor.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/common/rfb/JpegDecompressor.cxx b/common/rfb/JpegDecompressor.cxx index 9cd891a5..503c030f 100644 --- a/common/rfb/JpegDecompressor.cxx +++ b/common/rfb/JpegDecompressor.cxx @@ -22,6 +22,7 @@ #include #include #include +#include #include extern "C" { -- 2.39.5