X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46dc76ba3573649a9ed7c7aff6dc677f533eee11..6f34921d9369a31de14e4b07e4824e2d701710f0:/src/common/framecmn.cpp diff --git a/src/common/framecmn.cpp b/src/common/framecmn.cpp index 4acd32c428..e76404c9c9 100644 --- a/src/common/framecmn.cpp +++ b/src/common/framecmn.cpp @@ -8,7 +8,21 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + +#ifdef __BORLANDC__ +#pragma hdrstop +#endif + #include "wx/frame.h" +#include "wx/menu.h" + +// wxGTK is a special case because it doesn't use the generic wxMenuItem +// class, but it's own (already defined in wx/menu.h) one +#ifndef __WXGTK__ + #include "wx/menuitem.h" +#endif //WXGTK void wxFrame::OnIdle(wxIdleEvent& WXUNUSED(event) ) {