From: Vadim Zeitlin Date: Sun, 22 Aug 2010 22:15:07 +0000 (+0000) Subject: Add missing header required if wx/mousestate.h is included first. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1c9039c352009b729886e30c7537ab74b0d6d2ef Add missing header required if wx/mousestate.h is included first. This header uses wxPoint so it must include wx/gdicmn.h (instead of relying on it having been already included). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mousestate.h b/include/wx/mousestate.h index 1e6dc5070d..21eee5cb0e 100644 --- a/include/wx/mousestate.h +++ b/include/wx/mousestate.h @@ -11,6 +11,7 @@ #ifndef _WX_MOUSESTATE_H_ #define _WX_MOUSESTATE_H_ +#include "wx/gdicmn.h" // for wxPoint #include "wx/kbdstate.h" // the symbolic names for the mouse buttons