assdraw: add missing wx/dcclient include

Originally committed to SVN as r6853.
This commit is contained in:
Thomas Goyne 2012-05-24 01:55:51 +00:00
parent cfb34bd50c
commit 822f659055
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
#include "agg_rendering_buffer.h"
#include "agg_pixfmt_rgb.h"
#include <wx/dcclient.h>
namespace GUI {
BEGIN_EVENT_TABLE(AGGWindow, wxWindow)