From 562e60a0f2ef165ab75c999eb8002d547c3585aa Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Thu, 22 Nov 2007 02:52:10 +0000 Subject: [PATCH] non-pch build fix for wxUSE_DISPLAY==0 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/unix/displayx11.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/unix/displayx11.cpp b/src/unix/displayx11.cpp index 87ab205039..e74d312163 100644 --- a/src/unix/displayx11.cpp +++ b/src/unix/displayx11.cpp @@ -343,6 +343,8 @@ void wxClientDisplayRect(int *x, int *y, int *width, int *height) #else // !wxUSE_LIBHILDON +#include "wx/log.h" + #include #include -- 2.45.2