X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a3dde0d44c43bc70a1e9791381ada04b4953a5d..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/crt.h?ds=inline diff --git a/include/wx/crt.h b/include/wx/crt.h index ee7f6cb945..9b939fd0f9 100644 --- a/include/wx/crt.h +++ b/include/wx/crt.h @@ -3,7 +3,6 @@ // Purpose: Header to include all headers with wrappers for CRT functions // Author: Robert Roebling // Created: 2007-05-30 -// RCS-ID: $Id$ // Copyright: (c) 2007 wxWidgets dev team // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -11,6 +10,8 @@ #ifndef _WX_CRT_H_ #define _WX_CRT_H_ +#include "wx/defs.h" + // include wxChar type definition: #include "wx/chartype.h"