summaryrefslogtreecommitdiffstats
path: root/common/rfb/ScreenSet.h
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2012-07-13 11:18:55 +0000
committerPierre Ossman <ossman@cendio.se>2012-07-13 11:18:55 +0000
commitc314d08990d063d064498c654d0b4652437a304f (patch)
treea6a1defa6f0d73b4799dcbfea4f7b72778aa7bfd /common/rfb/ScreenSet.h
parent27fa951e1adcdfc53fecf5aa88ac1f77357955ce (diff)
downloadtigervnc-c314d08990d063d064498c654d0b4652437a304f.tar.gz
tigervnc-c314d08990d063d064498c654d0b4652437a304f.zip
ScreenSet references rdr types, so we need to make sure those are defined.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4934 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/ScreenSet.h')
-rw-r--r--common/rfb/ScreenSet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/rfb/ScreenSet.h b/common/rfb/ScreenSet.h
index 0023d723..8997aa64 100644
--- a/common/rfb/ScreenSet.h
+++ b/common/rfb/ScreenSet.h
@@ -23,6 +23,7 @@
#include <stdio.h>
+#include <rdr/types.h>
#include <rfb/Rect.h>
#include <list>
#include <set>