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>