Added missing include.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
0093fe11c5
commit
4fe9efc1b9
@ -12,6 +12,10 @@
|
||||
// For compilers that support precompilation, includes "wx.h".
|
||||
#include "wx/wxprec.h"
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/colour.h"
|
||||
#endif
|
||||
|
||||
#include "wx/gdicmn.h"
|
||||
#define INCL_GPI
|
||||
#define INCL_PM
|
||||
|
Loading…
Reference in New Issue
Block a user