From: Vadim Zeitlin Date: Fri, 17 Mar 2006 00:15:04 +0000 (+0000) Subject: need wxRect definition and not just declaration here (fixes wxMotif build without... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/47f43b6bb58365c7ec329aace9cc0acafd408098?ds=inline need wxRect definition and not just declaration here (fixes wxMotif build without PCH) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38160 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/display_impl.h b/include/wx/display_impl.h index 2a36d49d15..cfd40a3d67 100644 --- a/include/wx/display_impl.h +++ b/include/wx/display_impl.h @@ -11,6 +11,8 @@ #ifndef _WX_DISPLAY_IMPL_H_BASE_ #define _WX_DISPLAY_IMPL_H_BASE_ +#include "wx/gdicmn.h" // for wxRect + // ---------------------------------------------------------------------------- // wxDisplayFactory: allows to create wxDisplay objects // ----------------------------------------------------------------------------