From f06efcfd66926e1d89e5109d45c41ca9cd529896 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Wed, 7 Sep 2011 16:57:42 +0000 Subject: [PATCH] non-pch build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk1/font.cpp | 1 + src/gtk1/spinctrl.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/gtk1/font.cpp b/src/gtk1/font.cpp index 735585d3d3..8e9cc337df 100644 --- a/src/gtk1/font.cpp +++ b/src/gtk1/font.cpp @@ -25,6 +25,7 @@ #include "wx/settings.h" #include "wx/gdicmn.h" #include "wx/encinfo.h" + #include "wx/crt.h" #endif #include "wx/fontutil.h" diff --git a/src/gtk1/spinctrl.cpp b/src/gtk1/spinctrl.cpp index 9bfab34a2b..9c60a0a0d5 100644 --- a/src/gtk1/spinctrl.cpp +++ b/src/gtk1/spinctrl.cpp @@ -19,6 +19,7 @@ #include "wx/utils.h" #include "wx/textctrl.h" // for wxEVT_COMMAND_TEXT_UPDATED #include "wx/math.h" + #include "wx/crt.h" #endif #include "wx/gtk1/private.h" -- 2.45.2