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
This commit is contained in:
parent
686d0cc0a6
commit
1c9039c352
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user