X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/356c775fcfeec51bf759e6dba1485793fe6f3636..2fe417e4c40f5686a37d04b0e0f57a6fa6c2ceec:/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"