From: Mattia Barbon Date: Wed, 2 Jul 2003 21:39:49 +0000 (+0000) Subject: Borland (5.5) compilation fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7219fc4f399649525000eddad593db377249ce4b Borland (5.5) compilation fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/msgout.cpp b/src/common/msgout.cpp index 1225ae88d0..316d014635 100755 --- a/src/common/msgout.cpp +++ b/src/common/msgout.cpp @@ -33,13 +33,13 @@ #include "wx/ffile.h" #include "wx/app.h" #include "wx/intl.h" - #include "wx/apptrait.h" #if wxUSE_GUI #include "wx/msgdlg.h" #endif // wxUSE_GUI #endif #include "wx/msgout.h" +#include "wx/apptrait.h" #include "wx/log.h" #include