]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/notifmsgg.cpp
Fixed wxRichTextCtrl base class
[wxWidgets.git] / src / generic / notifmsgg.cpp
index ef7d74bdff697e732d6404e291174a8dac3a0185..f563d7a5b18b5f2f4cd8703e4b98f82d55f465ce 100644 (file)
@@ -32,6 +32,8 @@
 #ifndef WX_PRECOMP
     #include "wx/dialog.h"
     #include "wx/timer.h"
+    #include "wx/sizer.h"
+    #include "wx/statbmp.h"
 #endif //WX_PRECOMP
 
 #include "wx/artprov.h"
@@ -79,7 +81,7 @@ private:
 
 
     DECLARE_EVENT_TABLE()
-    DECLARE_NO_COPY_CLASS(wxNotificationMessageDialog)
+    wxDECLARE_NO_COPY_CLASS(wxNotificationMessageDialog);
 };
 
 // ============================================================================