]> git.saurik.com Git - wxWidgets.git/commitdiff
Added missing include for MinGW non-PCH compile
authorJulian Smart <julian@anthemion.co.uk>
Thu, 26 Oct 2006 08:51:35 +0000 (08:51 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 26 Oct 2006 08:51:35 +0000 (08:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/combo.cpp

index 260ef989285349cce9ee2a7d716e767406e4cd03..e8c7611295b2724255c713c413012c38e7fbe454 100644 (file)
@@ -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"