From 7e42f2f863e7fa64d5c2240324efe3eaf165328e Mon Sep 17 00:00:00 2001 From: "Unknown (NI)" Date: Wed, 15 Mar 2000 23:31:15 +0000 Subject: [PATCH] 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 --- include/wx/msw/glcanvas.h | 1 + src/msw/glcanvas.cpp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/include/wx/msw/glcanvas.h b/include/wx/msw/glcanvas.h index f743c5430a..73ad346178 100644 --- a/include/wx/msw/glcanvas.h +++ b/include/wx/msw/glcanvas.h @@ -20,6 +20,7 @@ #if wxUSE_GLCANVAS +#include #include #include diff --git a/src/msw/glcanvas.cpp b/src/msw/glcanvas.cpp index dd49c13117..f415d6030a 100644 --- a/src/msw/glcanvas.cpp +++ b/src/msw/glcanvas.cpp @@ -28,6 +28,8 @@ #endif #include +#include +#include #include -- 2.45.2