From be82fa69894de6a44094e8f9fdceed610fcb3dc3 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Thu, 26 Aug 2010 06:53:51 +0000 Subject: [PATCH] correcting wxX11 for wxkeysym as was done for wxMOTIF git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65422 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/x11/window.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/x11/window.cpp b/src/x11/window.cpp index 57e55a536f..a04296c7f9 100644 --- a/src/x11/window.cpp +++ b/src/x11/window.cpp @@ -47,6 +47,7 @@ #include "wx/layout.h" #include "wx/menuitem.h" #include "wx/module.h" + #include "wx/unix/utilsx11.h" #endif #include "wx/fontutil.h"