Fix compilation without precompiled headers

Originally committed to SVN as r5726.
This commit is contained in:
Thomas Goyne 2011-10-10 19:30:11 +00:00
parent fdf74309a5
commit 6e30ff633c
5 changed files with 6 additions and 1 deletions

View File

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

View File

@ -48,6 +48,7 @@ class AudioDisplay;
class wxBitmapToggleButton;
class wxButton;
class wxCommandEvent;
class wxPanel;
class wxScrollEvent;
class wxSizer;
class wxSlider;

View File

@ -40,6 +40,7 @@
#ifndef AGI_PRE
#include <wx/filedlg.h>
#include <wx/msgdlg.h>
#endif
#include "command.h"

View File

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

View File

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