From f76171b7d754b2dd42bd90c72cab22bf62879372 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Tue, 3 Oct 2017 12:11:07 +0300 Subject: kmscube: compile fix --- kmscube/cube-x11.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kmscube') diff --git a/kmscube/cube-x11.cpp b/kmscube/cube-x11.cpp index c8f274e..47a1d2b 100644 --- a/kmscube/cube-x11.cpp +++ b/kmscube/cube-x11.cpp @@ -1,12 +1,12 @@ -#include -#include +#include #include "cube.h" #include "cube-egl.h" #include "cube-gles2.h" -#include +#include +#include using namespace std; -- cgit v1.2.3