#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"
DECLARE_EVENT_TABLE()
- DECLARE_NO_COPY_CLASS(wxNotificationMessageDialog)
+ wxDECLARE_NO_COPY_CLASS(wxNotificationMessageDialog);
};
// ============================================================================