summaryrefslogtreecommitdiff
path: root/platform/haiku/haiku_gl_view.h
diff options
context:
space:
mode:
authorAdrien Destugues <pulkomandy@pulkomandy.tk>2018-08-11 13:05:48 +0200
committerAdrien Destugues <pulkomandy@pulkomandy.tk>2018-08-11 17:20:51 +0200
commita294a842cb85f86cdd69b6e902aef01c9721668b (patch)
tree9c0053accdd4780931323f29f8413f91f6060aac /platform/haiku/haiku_gl_view.h
parent0fc1c4eda8acd97af36228ed1d947bb5cdb2634a (diff)
Rebase patches for fixing haiku build.
Diffstat (limited to 'platform/haiku/haiku_gl_view.h')
-rw-r--r--platform/haiku/haiku_gl_view.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/haiku/haiku_gl_view.h b/platform/haiku/haiku_gl_view.h
index 1a694dc13b..6869cb7de7 100644
--- a/platform/haiku/haiku_gl_view.h
+++ b/platform/haiku/haiku_gl_view.h
@@ -31,9 +31,10 @@
#ifndef HAIKU_GL_VIEW_H
#define HAIKU_GL_VIEW_H
-#include <GLView.h>
#include <kernel/image.h> // needed for image_id
+#include <GLView.h>
+
class HaikuGLView : public BGLView {
public:
HaikuGLView(BRect frame, uint32 type);