]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix compilo under MINGW32
authorRobert Roebling <robert@roebling.de>
Mon, 18 Sep 2006 21:00:29 +0000 (21:00 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 18 Sep 2006 21:00:29 +0000 (21:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41286 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/imaglist.cpp

index 2b3cfb5c583d0a6462a34d94c11c5064ffd60f40..daf1d5f72b897588e4823ce4fcd028bd9927182b 100644 (file)
@@ -37,7 +37,7 @@
     #include <stdio.h>
 #endif
 
-#include "wx/msw/imaglist.h"
+#include "wx/imaglist.h"
 #include "wx/msw/private.h"
 
 // ----------------------------------------------------------------------------