From 2f17da8b7184c792691388390d90c89616801ff5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Wed, 18 May 2005 08:48:23 +0000 Subject: [PATCH] MinGW fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/treectrl.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/msw/treectrl.cpp b/src/msw/treectrl.cpp index c5ce30eada..e3c3c8e519 100644 --- a/src/msw/treectrl.cpp +++ b/src/msw/treectrl.cpp @@ -30,10 +30,11 @@ #if wxUSE_TREECTRL +#include "wx/msw/private.h" + // include "properly" #include "wx/msw/wrapcctl.h" -#include "wx/msw/private.h" #include "wx/msw/missing.h" // Set this to 1 to be _absolutely_ sure that repainting will work for all -- 2.50.0