X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32b8ec418aee4e38877d4cb79e2984c766dcc358..387ebd3eb755ea6ca076708cfb25fe56249bf787:/src/mgl/clipbrd.cpp diff --git a/src/mgl/clipbrd.cpp b/src/mgl/clipbrd.cpp index 6dc3737658..2dc2f1924b 100644 --- a/src/mgl/clipbrd.cpp +++ b/src/mgl/clipbrd.cpp @@ -11,10 +11,18 @@ #pragma implementation "clipbrd.h" #endif +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + +#ifdef __BORLANDC__ + #pragma hdrstop +#endif + #include "wx/clipbrd.h" #if wxUSE_CLIPBOARD +// FIXME_MGL IMPLEMENT_DYNAMIC_CLASS(wxClipboard,wxObject)