X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..d7903e1336b9a8f220b6495999feb2977e3901d7:/contrib/samples/ogl/ogledit/ogledit.h diff --git a/contrib/samples/ogl/ogledit/ogledit.h b/contrib/samples/ogl/ogledit/ogledit.h index 4b6a447389..804ba67e4f 100644 --- a/contrib/samples/ogl/ogledit/ogledit.h +++ b/contrib/samples/ogl/ogledit/ogledit.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: ogledit.h +// Name: contrib/samples/ogl/ogledit/ogledit.h // Purpose: OGL sample // Author: Julian Smart // Modified by: @@ -12,8 +12,8 @@ #ifndef _OGLSAMPLE_OGLEDIT_H_ #define _OGLSAMPLE_OGLEDIT_H_ -#include -#include // base header of OGL, includes and adjusts wx/deprecated/setup.h +#include "wx/docview.h" +#include "wx/ogl/ogl.h" // base header of OGL, includes and adjusts wx/deprecated/setup.h // Define a new application class MyFrame;