From: Paul Cornett Date: Mon, 26 Mar 2012 15:44:31 +0000 (+0000) Subject: non-pch build fix, closes #14140 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/55a0fa4e546fa03e1fff769a7eeac0ba95663ad7?ds=sidebyside non-pch build fix, closes #14140 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71013 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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"