22 lines
606 B
Diff
22 lines
606 B
Diff
--- a/src/gui/vlWX/WXGLCanvas.hpp
|
|
+++ b/src/gui/vlWX/WXGLCanvas.hpp
|
|
@@ -32,15 +32,15 @@
|
|
#ifndef vlWXGLCanvas_INCLUDE_ONCE
|
|
#define vlWXGLCanvas_INCLUDE_ONCE
|
|
|
|
-#include <vlWX/link_config.hpp>
|
|
-#include <vlGraphics/OpenGLContext.hpp>
|
|
-#include <vlCore/Time.hpp>
|
|
#include <wx/frame.h>
|
|
#include <wx/glcanvas.h>
|
|
#include <wx/timer.h>
|
|
#include <wx/dcclient.h>
|
|
#include <wx/image.h>
|
|
#include <wx/app.h>
|
|
+#include <vlWX/link_config.hpp>
|
|
+#include <vlGraphics/OpenGLContext.hpp>
|
|
+#include <vlCore/Time.hpp>
|
|
|
|
#if !wxUSE_GLCANVAS
|
|
#error "OpenGL required: set wxUSE_GLCANVAS to 1 and rebuild the library"
|