summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-05-11 16:58:09 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-05-11 16:58:09 +0100
commitdd8f905389056acbcd35db1cb027f816df1a429e (patch)
tree8e4e06bbdf966d5582332d30d201edd5df5a280a
parentc4f1c3053a4d892b0bbc8842044133b64eee00ae (diff)
include deque
-rw-r--r--vcl/inc/unx/gtk/gtksys.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/unx/gtk/gtksys.hxx b/vcl/inc/unx/gtk/gtksys.hxx
index 582d4b9ca134..94fe25a8d54a 100644
--- a/vcl/inc/unx/gtk/gtksys.hxx
+++ b/vcl/inc/unx/gtk/gtksys.hxx
@@ -33,6 +33,7 @@
#include "generic/gensys.h"
#include <gtk/gtk.h>
#include <unx/saltype.h>
+#include <deque>
class GtkSalSystem : public SalGenericSystem
{