mirror of https://github.com/odrling/Aegisub
Add missing header, thanks.. closes #1255
Originally committed to SVN as r5089.
This commit is contained in:
parent
d282b425c0
commit
64f60e0215
|
@ -36,10 +36,12 @@
|
|||
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <list>
|
||||
#include <memory>
|
||||
|
||||
#include <wx/glcanvas.h>
|
||||
#include <wx/combobox.h>
|
||||
#include <wx/textctrl.h>
|
||||
#include <memory>
|
||||
#endif
|
||||
|
||||
#include <libaegisub/signal.h>
|
||||
|
|
Loading…
Reference in New Issue