From 70eca0fa29a1ba70695a42ba103070a69bfe926d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 17 Apr 2007 01:22:03 +0000 Subject: [PATCH] compilation fix for PCH-less compilation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/mediactrlcmn.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/common/mediactrlcmn.cpp b/src/common/mediactrlcmn.cpp index ba9d1c0d9b..8812a48efc 100644 --- a/src/common/mediactrlcmn.cpp +++ b/src/common/mediactrlcmn.cpp @@ -12,11 +12,11 @@ // TODO: Platform specific backend defaults? //=========================================================================== -// Definitions +// Declarations //=========================================================================== //--------------------------------------------------------------------------- -// Pre-compiled header stuff +// Includes //--------------------------------------------------------------------------- #include "wx/wxprec.h" @@ -29,11 +29,9 @@ #ifndef WX_PRECOMP #include "wx/hash.h" + #include "wx/log.h" #endif -//--------------------------------------------------------------------------- -// Includes -//--------------------------------------------------------------------------- #include "wx/mediactrl.h" //=========================================================================== -- 2.45.2