From dc8f4ea54d52e70a8f443263023e56dd9fc02b3b Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Mon, 12 Nov 2007 23:46:23 +0000 Subject: [PATCH] build fix for wxUSE_DISPLAY==0 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@49879 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 cce24221cc..b01fc0de8f 100644 --- a/src/unix/displayx11.cpp +++ b/src/unix/displayx11.cpp @@ -328,6 +328,7 @@ bool wxDisplayImplX11::ChangeMode(const wxVideoMode& WXUNUSED(mode)) #include "wx/utils.h" +#include #include // TODO: make this a full-fledged class and move to a public header