Add missing header, thanks.. closes #1255

Originally committed to SVN as r5089.
This commit is contained in:
Amar Takhar 2011-01-02 01:44:54 +00:00
parent d282b425c0
commit 64f60e0215
1 changed files with 3 additions and 1 deletions

View File

@ -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>