]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/msgdlg.cpp
can't pass objects through ... (please don't ever ignore this gcc warning)
[wxWidgets.git] / src / palmos / msgdlg.cpp
index 63aa1bdd04a96d182dcc3bb20f9b9d2f1ceecd82..12c15eb45f5ac22276dc73e379fac3275f2b9916 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "msgdlg.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -28,6 +24,9 @@
     #include "wx/msgdlg.h"
 #endif
 
+#include <Loader.h>
+#include <Form.h>
+
 IMPLEMENT_CLASS(wxMessageDialog, wxDialog)
 
 wxMessageDialog::wxMessageDialog(wxWindow *parent,