projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
typo fix
[wxWidgets.git]
/
src
/
regex
/
regcustom.h
diff --git
a/src/regex/regcustom.h
b/src/regex/regcustom.h
index 0e2d199121fe9bd685f9085955749bcb1c2d5562..69e7c92069184fc7e5bad418d659d8e1005d5078 100644
(file)
--- a/
src/regex/regcustom.h
+++ b/
src/regex/regcustom.h
@@
-36,7
+36,9
@@
#include <string.h>
/* must include this after ctype.h inclusion for CodeWarrior/Mac */
#include <string.h>
/* must include this after ctype.h inclusion for CodeWarrior/Mac */
-#include "wx/wxchar.h"
+#include "wx/defs.h"
+#include "wx/chartype.h"
+#include "wx/wxcrtbase.h"
/*
* Do not insert extras between the "begin" and "end" lines -- this
/*
* Do not insert extras between the "begin" and "end" lines -- this