diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-05-11 16:58:29 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-05-11 16:58:29 +0100 |
commit | 02a89fdb0e54c31e510682f9b70f9fd33fe88efa (patch) | |
tree | 78ec8410f4a062226c48f750d5e871407c05d429 /vcl | |
parent | 0c31cd693cd599138bd7a686ea932d25faac7393 (diff) |
include deque
Change-Id: I4d3fef95d3259673115833b3ee89bd8792eb3af0
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/unx/gtk/gtksys.hxx | 1 |
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 { |