X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/51485b7601f6d01b5e7bf546e28ea7b3358f7a02..8ae4f08661d7b324d5cd7aa16ab1a7b2810d94f2:/src/common/dircmn.cpp diff --git a/src/common/dircmn.cpp b/src/common/dircmn.cpp index e613a8b038..c81991c43b 100644 --- a/src/common/dircmn.cpp +++ b/src/common/dircmn.cpp @@ -37,6 +37,7 @@ #include "wx/filefn.h" #endif //WX_PRECOMP +#include "wx/arrstr.h" #include "wx/dir.h" // ============================================================================ @@ -66,7 +67,7 @@ bool wxDir::HasFiles(const wxString& spec) } // we have a (much) faster version for Unix -#if (defined(__CYGWIN__) && defined(__WINDOWS__)) || !defined(__UNIX_LIKE__) || defined(__WXMAC__) +#if (defined(__CYGWIN__) && defined(__WINDOWS__)) || !defined(__UNIX_LIKE__) || defined(__WXMAC__) || defined(__EMX__) bool wxDir::HasSubDirs(const wxString& spec) {