From: Vadim Zeitlin Date: Sun, 4 Nov 2007 15:40:30 +0000 (+0000) Subject: include wx/wxprec.h first (patch 1743343) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ae6c6c356b6bf8340929e43c82c9820aae46f14f include wx/wxprec.h first (patch 1743343) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/colordlgosx.mm b/src/mac/carbon/colordlgosx.mm index 6ca11c6aff..b40911c3a0 100644 --- a/src/mac/carbon/colordlgosx.mm +++ b/src/mac/carbon/colordlgosx.mm @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: colordlg.cpp +// Name: src/mac/carbon/colordlg.mm // Purpose: wxColourDialog class. NOTE: you can use the generic class // if you wish, instead of implementing this. // Author: Ryan Norton @@ -18,6 +18,8 @@ // headers // --------------------------------------------------------------------------- +#include "wx/wxprec.h" + #include "wx/mac/colordlg.h" #include "wx/fontdlg.h"