X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/248eaddf7a14cefa161d514763e8fefb8d6f2f79..2f36e8dce5df017e609309190bc94fd45bad5293:/include/wx/wxprec.h?ds=sidebyside

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 <PalmOS.h>
+#endif
+
 // include the most common wx headers
 #include "wx/wx.h"