From 01f512d7fc2af9ce64adc85937766722b8fc38c5 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Mon, 18 Sep 2006 21:00:29 +0000 Subject: [PATCH] Fix compilo under MINGW32 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41286 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/imaglist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msw/imaglist.cpp b/src/msw/imaglist.cpp index 2b3cfb5c58..daf1d5f72b 100644 --- a/src/msw/imaglist.cpp +++ b/src/msw/imaglist.cpp @@ -37,7 +37,7 @@ #include #endif -#include "wx/msw/imaglist.h" +#include "wx/imaglist.h" #include "wx/msw/private.h" // ---------------------------------------------------------------------------- -- 2.45.2