From beee38cb41aa2ce4fbe9052bf4f70e1be184b553 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 1 Nov 2011 12:04:27 +0000 Subject: [PATCH] Explicitly include X11/Xlib.h to fix AIX build. At least under AIX X11/Xlib.h is not included from X11/Xutil.h so include it explicitly ourselves. It should do no harm on the other systems. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69626 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/unix/uiactionx11.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/unix/uiactionx11.cpp b/src/unix/uiactionx11.cpp index 84d44f4a68..78b9a16e0f 100644 --- a/src/unix/uiactionx11.cpp +++ b/src/unix/uiactionx11.cpp @@ -17,6 +17,7 @@ #include "wx/uiaction.h" +#include #include #include "wx/unix/utilsx11.h" -- 2.45.2