mirror of https://github.com/odrling/Aegisub
Added #include <wx/notebook.h> to file, to make it compile with newer wxWidgets
Originally committed to SVN as r47.
This commit is contained in:
parent
1bb7209d52
commit
ba9fb80bd9
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
|
#include <wx/notebook.h>
|
||||||
#include "dialog_fextracker.h"
|
#include "dialog_fextracker.h"
|
||||||
#include "FexTracker.h"
|
#include "FexTracker.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue