From: Mattia Barbon Date: Mon, 4 Aug 2003 19:55:49 +0000 (+0000) Subject: Compilation fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/234d8e90767f0f63630e8cbf6e275778b0db98ec?ds=inline Compilation fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22591 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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"