From 6e848e931032cbc3b19e93bce319e04f09f5899f Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Tue, 30 Nov 2004 20:57:13 +0000 Subject: [PATCH] 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 --- src/common/extended.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/common/extended.c b/src/common/extended.c index af12b013f0..eb4089e4ab 100644 --- a/src/common/extended.c +++ b/src/common/extended.c @@ -8,6 +8,11 @@ *****************************************************************************/ +#include +#include +#include +#include +#include #include "wx/defs.h" #if wxUSE_APPLE_IEEE -- 2.45.2