X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d4cace1ccdeb961a0c85d808541b8b941e71bfbf..f4bb632cde9cc60fa89f173f0d33c5881794cc68:/src/mac/carbon/notebmac.cpp diff --git a/src/mac/carbon/notebmac.cpp b/src/mac/carbon/notebmac.cpp index fa58eacad7..6f2685f3c0 100644 --- a/src/mac/carbon/notebmac.cpp +++ b/src/mac/carbon/notebmac.cpp @@ -9,7 +9,7 @@ // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "notebook.h" #endif @@ -20,6 +20,8 @@ // ---------------------------------------------------------------------------- // headers // ---------------------------------------------------------------------------- +#include "wx/wxprec.h" + #include "wx/app.h" #include "wx/string.h" #include "wx/log.h"