mirror of https://github.com/odrling/Aegisub
Fix non-precompiled header compilation
Originally committed to SVN as r4723.
This commit is contained in:
parent
46be23073e
commit
2a51ad837e
|
@ -37,6 +37,8 @@
|
|||
|
||||
#ifndef AGI_PRE
|
||||
#include <fstream>
|
||||
#include <list>
|
||||
#include <vector>
|
||||
|
||||
#include <wx/regex.h>
|
||||
#include <wx/tokenzr.h>
|
||||
|
|
|
@ -41,19 +41,20 @@
|
|||
|
||||
#include <wx/bitmap.h>
|
||||
#include <wx/scrolbar.h>
|
||||
#include <wx/timer.h>
|
||||
#include <wx/window.h>
|
||||
#endif
|
||||
|
||||
#include "audio_renderer_spectrum.h"
|
||||
|
||||
class AudioBox;
|
||||
class AudioKaraoke;
|
||||
class AudioPlayer;
|
||||
class AudioProvider;
|
||||
class AssDialogue;
|
||||
class SubtitlesGrid;
|
||||
class AudioBox;
|
||||
class AudioKaraoke;
|
||||
class VideoProvider;
|
||||
class FrameMain;
|
||||
class SubtitlesGrid;
|
||||
class VideoProvider;
|
||||
|
||||
/// DOCME
|
||||
/// @class AudioDisplay
|
||||
|
|
|
@ -39,6 +39,9 @@
|
|||
#ifndef AGI_PRE
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
|
||||
#include <wx/dcclient.h>
|
||||
#include <wx/dcmemory.h>
|
||||
#include <wx/sizer.h>
|
||||
#endif
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
|
||||
#ifndef AGI_PRE
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
#include <wx/grid.h>
|
||||
|
|
|
@ -37,7 +37,9 @@
|
|||
#include "config.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/stattext.h>
|
||||
#include <wx/textctrl.h>
|
||||
#endif
|
||||
|
||||
#include "dialog_video_details.h"
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
#pragma once
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <algorithm>
|
||||
#include <cctype>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
|
|
@ -40,6 +40,8 @@
|
|||
|
||||
#include <list>
|
||||
#include <vector>
|
||||
|
||||
#include <wx/dynarray.h>
|
||||
#endif
|
||||
|
||||
#include "MatroskaParser.h"
|
||||
|
|
|
@ -54,7 +54,7 @@ class wxRadioButton;
|
|||
class wxSizer;
|
||||
class wxSpinCtrl;
|
||||
class wxStyledTextCtrl;
|
||||
class wxStyleTextEvent;
|
||||
class wxStyledTextEvent;
|
||||
class wxTextCtrl;
|
||||
|
||||
/// DOCME
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
|
||||
#include <wx/clipbrd.h>
|
||||
#include <wx/filename.h>
|
||||
#include <wx/regex.h>
|
||||
#include <wx/tokenzr.h>
|
||||
#endif
|
||||
|
||||
|
|
|
@ -42,6 +42,8 @@
|
|||
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
|
||||
#include <wx/string.h>
|
||||
#endif
|
||||
|
||||
#include <libaegisub/io.h>
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef AGI_PRE
|
||||
#include <stdint.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
|
|
|
@ -38,6 +38,8 @@
|
|||
#include "config.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <algorithm>
|
||||
|
||||
#include <wx/clipbrd.h>
|
||||
#include <wx/dataobj.h>
|
||||
#include <wx/dcclient.h>
|
||||
|
|
|
@ -33,6 +33,8 @@
|
|||
/// @brief Vector clipping visual typesetting tool
|
||||
/// @ingroup visual_ts
|
||||
|
||||
#include "visual_tool_vector_clip.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/toolbar.h>
|
||||
|
||||
|
@ -51,7 +53,6 @@
|
|||
#include "libresrc/libresrc.h"
|
||||
#include "utils.h"
|
||||
#include "video_display.h"
|
||||
#include "visual_tool_vector_clip.h"
|
||||
|
||||
/// Button IDs
|
||||
enum {
|
||||
|
|
Loading…
Reference in New Issue