forked from mia/Aegisub
Fix compilation without precompiled headers
Originally committed to SVN as r5726.
This commit is contained in:
parent
fdf74309a5
commit
6e30ff633c
5 changed files with 6 additions and 1 deletions
|
@ -40,6 +40,7 @@
|
|||
#include <math.h>
|
||||
|
||||
#include <wx/bmpbuttn.h>
|
||||
#include <wx/panel.h>
|
||||
#include <wx/slider.h>
|
||||
#include <wx/scrolbar.h>
|
||||
#include <wx/sizer.h>
|
||||
|
|
|
@ -48,6 +48,7 @@ class AudioDisplay;
|
|||
class wxBitmapToggleButton;
|
||||
class wxButton;
|
||||
class wxCommandEvent;
|
||||
class wxPanel;
|
||||
class wxScrollEvent;
|
||||
class wxSizer;
|
||||
class wxSlider;
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/filedlg.h>
|
||||
#include <wx/msgdlg.h>
|
||||
#endif
|
||||
|
||||
#include "command.h"
|
||||
|
|
|
@ -37,8 +37,9 @@
|
|||
#include "config.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <tr1/algorithm>
|
||||
#include <algorithm>
|
||||
|
||||
#include <wx/bmpbuttn.h>
|
||||
#include <wx/colordlg.h>
|
||||
#include <wx/fontdlg.h>
|
||||
#include <wx/fontenum.h>
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#include "config.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/bmpbuttn.h>
|
||||
#include <wx/clipbrd.h>
|
||||
#include <wx/filedlg.h>
|
||||
#include <wx/filename.h>
|
||||
|
|
Loading…
Reference in a new issue