X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53997bc265b691aaf12fafd259a5a2d2a27b0565..1971d23c57b3c582f32d05704914ad902ec76fa5:/src/common/regex.cpp diff --git a/src/common/regex.cpp b/src/common/regex.cpp index c03e612601..db11e97cec 100644 --- a/src/common/regex.cpp +++ b/src/common/regex.cpp @@ -38,6 +38,11 @@ #include "wx/intl.h" #endif //WX_PRECOMP +// FreeBSD requires this, it probably doesn't hurt for others +#ifdef __UNIX__ + #include +#endif + #include #include "wx/regex.h"