X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/356c775fcfeec51bf759e6dba1485793fe6f3636..73ed39b580977913998bbb988e52e474fe9835ae:/src/mac/carbon/colordlg.cpp diff --git a/src/mac/carbon/colordlg.cpp b/src/mac/carbon/colordlg.cpp index 6ca0354761..bea3f01b82 100644 --- a/src/mac/carbon/colordlg.cpp +++ b/src/mac/carbon/colordlg.cpp @@ -10,10 +10,12 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "colordlg.h" #endif +#include "wx/wxprec.h" + #include "wx/mac/colordlg.h" #include "wx/fontdlg.h"