X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bb24c68f3502746147337c3f502cc1c957bcfb35..a63d48fa138e9eaa3079172ace9a804ba5b0415e:/src/common/sysopt.cpp diff --git a/src/common/sysopt.cpp b/src/common/sysopt.cpp index 6bc09e7de1..aa36947d7b 100644 --- a/src/common/sysopt.cpp +++ b/src/common/sysopt.cpp @@ -17,7 +17,7 @@ // headers // --------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "sysopt.h" #endif @@ -37,6 +37,7 @@ #include "wx/string.h" #include "wx/sysopt.h" #include "wx/module.h" +#include "wx/arrstr.h" // ---------------------------------------------------------------------------- // private classes