Fixed compilo (include image.h since cursor.h no longer does this implicitly).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15253 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis 2002-04-24 12:41:11 +00:00
parent 2e403d6dac
commit 6cab7411a9

View File

@ -38,6 +38,7 @@
#endif
#include "wx/module.h"
#include "wx/image.h"
#include "wx/msw/private.h"
#ifndef __WXMICROWIN__
#include "wx/msw/dib.h"