X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..aba17e091c309d0357b0e485a8ff483c564c8695:/src/common/tokenzr.cpp diff --git a/src/common/tokenzr.cpp b/src/common/tokenzr.cpp index 32c220a69a..937987241c 100644 --- a/src/common/tokenzr.cpp +++ b/src/common/tokenzr.cpp @@ -17,7 +17,7 @@ // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "tokenzr.h" #endif @@ -29,6 +29,7 @@ #endif #include "wx/tokenzr.h" +#include "wx/arrstr.h" // Required for wxIs... functions #include