From: Paul Cornett Date: Fri, 26 Oct 2007 06:19:08 +0000 (+0000) Subject: allow including wx/crt.h first X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/65a4323236965ef3ef6922dabe6e81187dd070cf allow including wx/crt.h first git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49444 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/crt.h b/include/wx/crt.h index ee7f6cb945..4ee5a8accd 100644 --- a/include/wx/crt.h +++ b/include/wx/crt.h @@ -11,6 +11,8 @@ #ifndef _WX_CRT_H_ #define _WX_CRT_H_ +#include "wx/defs.h" + // include wxChar type definition: #include "wx/chartype.h"