included missing header files - without them mingw32 compilation failed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Unknown (NI) 2000-03-15 23:31:15 +00:00
parent c0dbf1fb90
commit 7e42f2f863
2 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#if wxUSE_GLCANVAS
#include <wx/palette.h>
#include <wx/scrolwin.h>
#include <windows.h>

View File

@ -28,6 +28,8 @@
#endif
#include <wx/msw/private.h>
#include <wx/settings.h>
#include <wx/log.h>
#include <wx/glcanvas.h>