fixed compilation without PCH
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -19,19 +19,18 @@
|
|||||||
#pragma hdrstop
|
#pragma hdrstop
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <wx/setup.h>
|
|
||||||
|
|
||||||
#if wxUSE_GLCANVAS
|
#if wxUSE_GLCANVAS
|
||||||
|
|
||||||
#ifndef WX_PRECOMP
|
#ifndef WX_PRECOMP
|
||||||
#include <wx/frame.h>
|
#include "wx/frame.h"
|
||||||
|
#include "wx/settings.h"
|
||||||
|
#include "wx/intl.h"
|
||||||
|
#include "wx/log.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <wx/msw/private.h>
|
#include "wx/msw/private.h"
|
||||||
#include <wx/settings.h>
|
|
||||||
#include <wx/log.h>
|
|
||||||
|
|
||||||
#include <wx/glcanvas.h>
|
#include "wx/glcanvas.h"
|
||||||
|
|
||||||
static const wxChar *wxGLCanvasClassName = wxT("wxGLCanvasClass");
|
static const wxChar *wxGLCanvasClassName = wxT("wxGLCanvasClass");
|
||||||
static const wxChar *wxGLCanvasClassNameNoRedraw = wxT("wxGLCanvasClassNR");
|
static const wxChar *wxGLCanvasClassNameNoRedraw = wxT("wxGLCanvasClassNR");
|
||||||
|
Reference in New Issue
Block a user