From 4bab970b1a1c7fe47e5bc03a75dd86f93ab206cb 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/branches/WX_2_8_BRANCH@50143 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 b01fc0de8f..7ce76c7d68 100644 --- a/src/unix/displayx11.cpp +++ b/src/unix/displayx11.cpp @@ -327,6 +327,7 @@ bool wxDisplayImplX11::ChangeMode(const wxVideoMode& WXUNUSED(mode)) #if defined(__WXGTK__) || defined(__X__) #include "wx/utils.h" +#include "wx/log.h" #include #include