]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/wincmn.cpp
static wxFile::Access() added
[wxWidgets.git] / src / common / wincmn.cpp
index 9783cb3ca330c2660d1099eea200aa068f859c57..087ab89f12887648c289031cc6ddaf82630445fa 100644 (file)
@@ -9,6 +9,18 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
+#ifdef __BORLANDC__
+#pragma hdrstop
+#endif
+
+#include "wx/frame.h"
+
+#include "wx/defs.h"
+#include "wx/window.h"
+
 // Do Update UI processing for child controls
 
 // TODO: should this be implemented for the child window rather
 // Do Update UI processing for child controls
 
 // TODO: should this be implemented for the child window rather