include wx/wxprec.h first (patch 1743343)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-11-04 15:40:30 +00:00
parent da1994f027
commit ae6c6c356b

View File

@@ -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"