From: Paul Cornett Date: Tue, 13 Nov 2007 02:21:59 +0000 (+0000) Subject: build fix for wxUSE_DISPLAY==0 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/64bd3204f1a966ee447d6a641d3e1da67470dceb build fix for wxUSE_DISPLAY==0 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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