From e27e3a51b077eca3c5d8be55464a08921b194afd Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Thu, 26 Oct 2006 08:51:35 +0000 Subject: [PATCH] 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 --- src/msw/combo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.50.0