]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/framecmn.cpp
*** empty log message ***
[wxWidgets.git] / src / common / framecmn.cpp
index 4acd32c428b78f7964043ac88c7528cf76761350..e76404c9c9f512e4d637bd908d5cf665e6eef521 100644 (file)
@@ -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) )
 {