summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-02-18 21:00:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-02-19 08:29:35 +0000
commit59d978389721c780b1df5e54b833fe75576dd034 (patch)
treec83367930f63369ae4362f01893605efe932cbd6 /vcl/inc
parent7073d20627ccfcdd705b53f9d8bc4b58fab9e82a (diff)
gtk3: get app menu working again under gtk3
and have a stab at getting it working under wayland Change-Id: I57592acc4b7ea4a55296541ab4b3bf0c8fd98c5b Reviewed-on: https://gerrit.libreoffice.org/22491 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/unx/gtk/gtkframe.hxx2
-rw-r--r--vcl/inc/unx/gtk/gtksalmenu.hxx2
2 files changed, 4 insertions, 0 deletions
diff --git a/vcl/inc/unx/gtk/gtkframe.hxx b/vcl/inc/unx/gtk/gtkframe.hxx
index fcd3d73e7e24..280ded7736a1 100644
--- a/vcl/inc/unx/gtk/gtkframe.hxx
+++ b/vcl/inc/unx/gtk/gtkframe.hxx
@@ -47,6 +47,8 @@
#include <list>
#include <vector>
+#include <config_vclplug.h>
+
#include "headless/svpgdi.hxx"
class GtkSalGraphics;
diff --git a/vcl/inc/unx/gtk/gtksalmenu.hxx b/vcl/inc/unx/gtk/gtksalmenu.hxx
index 18a2b4d27959..cc0193cfa66e 100644
--- a/vcl/inc/unx/gtk/gtksalmenu.hxx
+++ b/vcl/inc/unx/gtk/gtksalmenu.hxx
@@ -10,6 +10,8 @@
#ifndef INCLUDED_VCL_INC_UNX_GTK_GTKSALMENU_HXX
#define INCLUDED_VCL_INC_UNX_GTK_GTKSALMENU_HXX
+#include <config_vclplug.h>
+
#include <vector>
#ifdef ENABLE_GIO
#include <gio/gio.h>