From: Julian Smart Date: Thu, 26 Oct 2006 08:51:35 +0000 (+0000) Subject: Added missing include for MinGW non-PCH compile X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e27e3a51b077eca3c5d8be55464a08921b194afd Added missing include for MinGW non-PCH compile git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/combo.cpp b/src/msw/combo.cpp index 260ef98928..e8c7611295 100644 --- a/src/msw/combo.cpp +++ b/src/msw/combo.cpp @@ -34,8 +34,8 @@ #endif #include "wx/dcbuffer.h" - #include "wx/combo.h" +#include "wx/stopwatch.h" #include "wx/msw/registry.h" #include "wx/msw/uxtheme.h"