From 64bd3204f1a966ee447d6a641d3e1da67470dceb Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Tue, 13 Nov 2007 02:21:59 +0000 Subject: [PATCH] build fix for wxUSE_DISPLAY==0 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/unix/displayx11.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/unix/displayx11.cpp b/src/unix/displayx11.cpp index 687329efd2..87ab205039 100644 --- a/src/unix/displayx11.cpp +++ b/src/unix/displayx11.cpp @@ -343,6 +343,7 @@ void wxClientDisplayRect(int *x, int *y, int *width, int *height) #else // !wxUSE_LIBHILDON +#include #include // TODO: make this a full-fledged class and move to a public header -- 2.47.2