X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53997bc265b691aaf12fafd259a5a2d2a27b0565..06069dda0dd6eb62969f84c6ecdf85d3d26ba70c:/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"