diff options
author | Tomi Valkeinen | 2017-10-03 04:11:07 -0500 |
---|---|---|
committer | Tomi Valkeinen | 2017-10-03 04:29:25 -0500 |
commit | f76171b7d754b2dd42bd90c72cab22bf62879372 (patch) | |
tree | cc6cc61536cfb09a11683b6c72c3d4a124e276bd | |
parent | b67254a94c0333c6c4409743a54d0544a5763f95 (diff) | |
download | external-kmsxx-f76171b7d754b2dd42bd90c72cab22bf62879372.tar.gz external-kmsxx-f76171b7d754b2dd42bd90c72cab22bf62879372.tar.xz external-kmsxx-f76171b7d754b2dd42bd90c72cab22bf62879372.zip |
kmscube: compile fix
-rw-r--r-- | kmscube/cube-x11.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ | |||
1 | 1 | ||
2 | #include <X11/Xlib-xcb.h> | 2 | #include <kms++util/kms++util.h> |
3 | #include <X11/Xlibint.h> | ||
4 | 3 | ||
5 | #include "cube.h" | 4 | #include "cube.h" |
6 | #include "cube-egl.h" | 5 | #include "cube-egl.h" |
7 | #include "cube-gles2.h" | 6 | #include "cube-gles2.h" |
8 | 7 | ||
9 | #include <kms++util/kms++util.h> | 8 | #include <X11/Xlib-xcb.h> |
9 | #include <X11/Xlibint.h> | ||
10 | 10 | ||
11 | using namespace std; | 11 | using namespace std; |
12 | 12 | ||