summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3/gdi
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-07-09 23:08:57 +0200
committerMichael Stahl <mstahl@redhat.com>2015-07-10 23:27:39 +0200
commit5fd84da4d638a11f087f74a216ff189dbccdfd96 (patch)
tree6cb43962c6fa138978a855bbbd9e029675683ba5 /vcl/unx/gtk3/gdi
parent64baed93cfa9b74d6ef5a8913918cfbaf8499271 (diff)
vcl: forward declare boost::optional in settings.hxx
... for 1134 fewer uses of optional.hpp and a saving of 673 MB of preprocessor input. Change-Id: I9e8020f3e1ae968db403174c1bc0c1eba1139ecb
Diffstat (limited to 'vcl/unx/gtk3/gdi')
-rw-r--r--vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx b/vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx
index f66d731455c0..9e054324b5aa 100644
--- a/vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx
+++ b/vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx
@@ -20,6 +20,8 @@
#include "gtk3cairotextrender.hxx"
#include "cairo_gtk3_cairo.hxx"
+#include <boost/optional.hpp>
+
GtkStyleContext* GtkSalGraphics::mpButtonStyle = NULL;
GtkStyleContext* GtkSalGraphics::mpEntryStyle = NULL;
GtkStyleContext* GtkSalGraphics::mpTextViewStyle = NULL;