// for all others, include the necessary headers
#ifndef WX_PRECOMP
+ #include "wx/frame.h"
#include "wx/stattext.h"
#include "wx/panel.h"
#include "wx/utils.h"
: wxFrame(parent, wxID_ANY, wxT("Busy"),
wxDefaultPosition, wxDefaultSize,
#if defined(__WXX11__)
- wxTHICK_FRAME
+ wxRESIZE_BORDER
#else
wxSIMPLE_BORDER
#endif