summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-07-11 09:23:08 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-07-11 09:23:08 +0200
commit2d3796fcd3053f9e58f018f6a11072b4e2a775f7 (patch)
tree8459d89e9b053f764f98a079accd3da28391f6b7 /vcl
parent53fea04d6a827bb47294c7a26685755ca459dc43 (diff)
Include cairo.h explicitely for builds with cairoless gtk+
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/unx/gtk/gtkframe.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/unx/gtk/gtkframe.hxx b/vcl/inc/unx/gtk/gtkframe.hxx
index 6caf39dc9644..78aea06017a8 100644
--- a/vcl/inc/unx/gtk/gtkframe.hxx
+++ b/vcl/inc/unx/gtk/gtkframe.hxx
@@ -30,6 +30,7 @@
#define _VCL_GTKFRAME_HXX
#include <tools/prex.h>
+#include <cairo/cairo.h>
#include <gdk/gdk.h>
#include <gdk/gdkx.h>
#include <gtk/gtk.h>