From 1c9039c352009b729886e30c7537ab74b0d6d2ef Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 22 Aug 2010 22:15:07 +0000 Subject: [PATCH] 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 --- include/wx/mousestate.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.45.2