]> git.saurik.com Git - wxWidgets.git/commitdiff
non-pch build fix, closes #14140
authorPaul Cornett <paulcor@bullseye.com>
Mon, 26 Mar 2012 15:44:31 +0000 (15:44 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Mon, 26 Mar 2012 15:44:31 +0000 (15:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71013 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/widgets/timepick.cpp

index 05cdd84b7cbd0c874c2f4d84fa8b17dff325dbcf..a919d826e6dcf51439c6bf3a3299773ad812cb79 100644 (file)
@@ -28,6 +28,7 @@
 
 // for all others, include the necessary headers
 #ifndef WX_PRECOMP
 
 // for all others, include the necessary headers
 #ifndef WX_PRECOMP
+    #include "wx/crt.h"
     #include "wx/app.h"
     #include "wx/log.h"
 
     #include "wx/app.h"
     #include "wx/log.h"