[Libreoffice-commits] .: vcl/inc

Fridrich Strba fridrich at kemper.freedesktop.org
Mon Jul 11 00:23:22 PDT 2011


 vcl/inc/unx/gtk/gtkframe.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 5f1112d457e080b2f0fae74628c3bab58f88df31
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Mon Jul 11 09:23:08 2011 +0200

    Include cairo.h explicitely for builds with cairoless gtk+

diff --git a/vcl/inc/unx/gtk/gtkframe.hxx b/vcl/inc/unx/gtk/gtkframe.hxx
index 4bc7256..9fe7967 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>


More information about the Libreoffice-commits mailing list