X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7ec1983bfaad5d89027165e90b8431859d0a9c83..fb4e5803ed1986a365218a7186e6090b1bdae083:/src/common/wincmn.cpp diff --git a/src/common/wincmn.cpp b/src/common/wincmn.cpp index 9783cb3ca3..3486f2b6bd 100644 --- a/src/common/wincmn.cpp +++ b/src/common/wincmn.cpp @@ -9,6 +9,20 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + +// 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