From: Vadim Zeitlin Date: Tue, 7 May 2002 16:40:00 +0000 (+0000) Subject: fixed compilation without PCH X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/af0b153364d2dbbb330ceb3b86b774877ac3e8a2?ds=inline fixed compilation without PCH git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/glcanvas.cpp b/src/msw/glcanvas.cpp index 3d3fc51624..b93f1995cb 100644 --- a/src/msw/glcanvas.cpp +++ b/src/msw/glcanvas.cpp @@ -19,19 +19,18 @@ #pragma hdrstop #endif -#include - #if wxUSE_GLCANVAS #ifndef WX_PRECOMP -#include + #include "wx/frame.h" + #include "wx/settings.h" + #include "wx/intl.h" + #include "wx/log.h" #endif -#include -#include -#include +#include "wx/msw/private.h" -#include +#include "wx/glcanvas.h" static const wxChar *wxGLCanvasClassName = wxT("wxGLCanvasClass"); static const wxChar *wxGLCanvasClassNameNoRedraw = wxT("wxGLCanvasClassNR");