From 234d8e90767f0f63630e8cbf6e275778b0db98ec Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Mon, 4 Aug 2003 19:55:49 +0000 Subject: [PATCH] Compilation fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22591 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/glcanvas.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/msw/glcanvas.cpp b/src/msw/glcanvas.cpp index 4f84b3c388..3735184352 100644 --- a/src/msw/glcanvas.cpp +++ b/src/msw/glcanvas.cpp @@ -26,6 +26,7 @@ #include "wx/settings.h" #include "wx/intl.h" #include "wx/log.h" + #include "wx/app.h" #endif #include "wx/msw/private.h" -- 2.45.2