From a294a842cb85f86cdd69b6e902aef01c9721668b Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sat, 11 Aug 2018 13:05:48 +0200 Subject: Rebase patches for fixing haiku build. --- platform/haiku/haiku_gl_view.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'platform/haiku/haiku_gl_view.h') 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 #include // needed for image_id +#include + class HaikuGLView : public BGLView { public: HaikuGLView(BRect frame, uint32 type); -- cgit v1.2.3