commit | c314d08990d063d064498c654d0b4652437a304f | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Fri Jul 13 11:18:55 2012 +0000 |
committer | Pierre Ossman <ossman@cendio.se> | Fri Jul 13 11:18:55 2012 +0000 |
tree | a6a1defa6f0d73b4799dcbfea4f7b72778aa7bfd | |
parent | 27fa951e1adcdfc53fecf5aa88ac1f77357955ce [diff] |
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
diff --git a/common/rfb/ScreenSet.h b/common/rfb/ScreenSet.h index 0023d72..8997aa6 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>