Duplicate include order from regex because it's well tested already and avoids the error in Unicode DMC build.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-11-30 20:57:13 +00:00
parent 891479a2da
commit 6e848e9310

View File

@@ -8,6 +8,11 @@
*****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <limits.h>
#include <string.h>
#include "wx/defs.h"
#if wxUSE_APPLE_IEEE