forked from mia/Aegisub
Add missing header, thanks.. closes #1255
Originally committed to SVN as r5089.
This commit is contained in:
parent
d282b425c0
commit
64f60e0215
1 changed files with 3 additions and 1 deletions
|
@ -36,10 +36,12 @@
|
||||||
|
|
||||||
|
|
||||||
#ifndef AGI_PRE
|
#ifndef AGI_PRE
|
||||||
|
#include <list>
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
#include <wx/glcanvas.h>
|
#include <wx/glcanvas.h>
|
||||||
#include <wx/combobox.h>
|
#include <wx/combobox.h>
|
||||||
#include <wx/textctrl.h>
|
#include <wx/textctrl.h>
|
||||||
#include <memory>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <libaegisub/signal.h>
|
#include <libaegisub/signal.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue