X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/df5168c427b51f1ab2b3200a5c8f7626b3d24aae..f36fb06dc3f7f1e5be649cecaf26942db838dbb1:/include/wx/utils.h?ds=sidebyside diff --git a/include/wx/utils.h b/include/wx/utils.h index 988754c1b6..c25c3efe53 100644 --- a/include/wx/utils.h +++ b/include/wx/utils.h @@ -16,14 +16,15 @@ // headers // ---------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "utils.h" #endif #include "wx/object.h" #include "wx/list.h" #include "wx/filefn.h" -#include "wx/arrstr.h" + +class WXDLLIMPEXP_BASE wxArrayString; // need this for wxGetDiskSpace() as we can't, unfortunately, forward declare // wxLongLong