From 55a0fa4e546fa03e1fff769a7eeac0ba95663ad7 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Mon, 26 Mar 2012 15:44:31 +0000 Subject: [PATCH] non-pch build fix, closes #14140 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71013 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/widgets/timepick.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/widgets/timepick.cpp b/samples/widgets/timepick.cpp index 05cdd84b7c..a919d826e6 100644 --- a/samples/widgets/timepick.cpp +++ b/samples/widgets/timepick.cpp @@ -28,6 +28,7 @@ // for all others, include the necessary headers #ifndef WX_PRECOMP + #include "wx/crt.h" #include "wx/app.h" #include "wx/log.h" -- 2.50.0