Browse Source

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
tags/v1.1.90
DRC 13 years ago
parent
commit
9900972c43
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      common/rfb/JpegCompressor.cxx

+ 1
- 0
common/rfb/JpegCompressor.cxx View File

#include <rdr/Exception.h> #include <rdr/Exception.h>
#include <rfb/Rect.h> #include <rfb/Rect.h>
#include <rfb/PixelFormat.h> #include <rfb/PixelFormat.h>
#include <os/print.h>


using namespace rfb; using namespace rfb;



Loading…
Cancel
Save