summaryrefslogtreecommitdiff
path: root/platform/haiku/haiku_gl_view.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-08-13 21:26:15 +0200
committerGitHub <noreply@github.com>2018-08-13 21:26:15 +0200
commit139e621338c7ba1fe03a86d6f2bee9ed1fb97a3b (patch)
tree1de6e6d1a977b165ee1cb6dc23b551be329b8bfe /platform/haiku/haiku_gl_view.h
parent369e54603ef8a9a02b7a2ebfffade0648402c5ca (diff)
parenta294a842cb85f86cdd69b6e902aef01c9721668b (diff)
Merge pull request #20913 from pulkomandy/master
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);