From a74450b48fc4c5299e98483d0a8cff72f7c89000 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Wed, 24 Oct 2007 02:58:57 +0000 Subject: [PATCH] non-pch build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/gnome/gprint.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gtk/gnome/gprint.cpp b/src/gtk/gnome/gprint.cpp index ec888f66a0..51ff5f64bd 100644 --- a/src/gtk/gnome/gprint.cpp +++ b/src/gtk/gnome/gprint.cpp @@ -26,6 +26,7 @@ #include "wx/math.h" #include "wx/image.h" #include "wx/module.h" + #include "wx/crt.h" #endif #include "wx/fontutil.h" -- 2.45.2