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
This commit is contained in:
Vadim Zeitlin 2006-03-17 00:15:04 +00:00
parent b69a24bfee
commit 47f43b6bb5

View File

@ -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
// ----------------------------------------------------------------------------