mirror of https://github.com/odrling/Aegisub
assdraw: add missing wx/dcclient include
Originally committed to SVN as r6853.
This commit is contained in:
parent
cfb34bd50c
commit
822f659055
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue