X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/248eaddf7a14cefa161d514763e8fefb8d6f2f79..88ef3a57a47f840adea9d38bc11cb30689a0838a:/include/wx/wxprec.h diff --git a/include/wx/wxprec.h b/include/wx/wxprec.h index 4037833a48..1d3844dd9c 100644 --- a/include/wx/wxprec.h +++ b/include/wx/wxprec.h @@ -5,7 +5,7 @@ // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) +// Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -45,6 +45,11 @@ #include "wx/msw/wrapwin.h" #endif +// include all PalmOS headers at once +#ifdef __WXPALMOS__ +# include +#endif + // include the most common wx headers #include "wx/wx.h"