From 0cbc38a4a3805af5dd580a0c9870ef57967a55f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Mon, 14 May 2012 11:47:10 +0100 Subject: [PATCH] include deque --- 0001-rhbz-809019-count-mirrored-monitors-as-one.patch | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/0001-rhbz-809019-count-mirrored-monitors-as-one.patch b/0001-rhbz-809019-count-mirrored-monitors-as-one.patch index b0a8f38..1272bd1 100644 --- a/0001-rhbz-809019-count-mirrored-monitors-as-one.patch +++ b/0001-rhbz-809019-count-mirrored-monitors-as-one.patch @@ -29,7 +29,11 @@ diff --git a/vcl/inc/unx/gtk/gtksys.hxx b/vcl/inc/unx/gtk/gtksys.hxx index df9e79e..582d4b9 100644 --- a/vcl/inc/unx/gtk/gtksys.hxx +++ b/vcl/inc/unx/gtk/gtksys.hxx -@@ -36,7 +36,11 @@ +@@ -33,10 +33,15 @@ + #include "generic/gensys.h" + #include + #include ++#include class GtkSalSystem : public SalGenericSystem { @@ -41,7 +45,7 @@ index df9e79e..582d4b9 100644 public: GtkSalSystem(); virtual ~GtkSalSystem(); -@@ -56,10 +60,11 @@ public: +@@ -56,10 +61,11 @@ { return getXScreenFromDisplayScreen( GetDisplayDefaultScreen() ); } int GetDisplayXScreenCount(); SalX11Screen getXScreenFromDisplayScreen(unsigned int nDisplayScreen);