From ca9e521481afee5f7eae6887e40ffbd7b2b7f3b6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Mon, 7 Mar 2011 12:07:58 +0000 Subject: [PATCH] gtk/gtkunixprint.h only exists since GTK+ 2.14. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/print.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/gtk/print.cpp b/src/gtk/print.cpp index aefd2c2073..8771ac7a9b 100644 --- a/src/gtk/print.cpp +++ b/src/gtk/print.cpp @@ -36,7 +36,13 @@ #include "wx/paper.h" #include + +#if GTK_CHECK_VERSION(2,14,0) #include +#else +#include +#endif + #if wxUSE_GRAPHICS_CONTEXT #include "wx/graphics.h" -- 2.50.0