diff options
Diffstat (limited to 'cube')
-rw-r--r-- | cube/cube.c | 1 | ||||
-rw-r--r-- | cube/cube.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/cube/cube.c b/cube/cube.c index bf4a1abb..ada59412 100644 --- a/cube/cube.c +++ b/cube/cube.c @@ -45,6 +45,7 @@ #include "xdg-decoration-client-header.h" #endif #endif +#include <wayland-client.h> #ifdef _WIN32 #ifdef _MSC_VER diff --git a/cube/cube.cpp b/cube/cube.cpp index c8614200..d6f1c1a6 100644 --- a/cube/cube.cpp +++ b/cube/cube.cpp @@ -30,6 +30,7 @@ #include "xdg-decoration-client-header.h" #endif #endif +#include <wayland-client.h> #include <cassert> #include <cinttypes> |