Fixing LIBUV_X11 build on Ubuntu 22.04 94/283494/1
authorDavid Steele <david.steele@samsung.com>
Thu, 27 Oct 2022 15:25:19 +0000 (16:25 +0100)
committerDavid Steele <david.steele@samsung.com>
Thu, 27 Oct 2022 15:25:19 +0000 (16:25 +0100)
Change-Id: Ia6bafee1a56de645aeaac5454af3e5ac99fdcf52

dali/internal/window-system/x11/display-connection-impl-x.h
dali/internal/window-system/x11/pixmap-render-surface-x.h

index be4da51..cd50b7e 100644 (file)
@@ -20,6 +20,7 @@
 
 // INTERNAL INCLUDES
 #include <dali/internal/window-system/common/display-connection-impl.h>
+#include <X11/Xlib.h>
 
 namespace Dali
 {
index c003401..bf78d55 100644 (file)
@@ -27,6 +27,7 @@
 #include <dali/internal/graphics/gles/egl-implementation.h>
 #include <dali/internal/window-system/common/pixmap-render-surface.h>
 #include <dali/public-api/dali-adaptor-common.h>
+#include <X11/X.h>
 
 namespace Dali
 {