fix non-precomp header compilation
Originally committed to SVN as r5896.
This commit is contained in:
parent
7998677612
commit
cead5f92df
1 changed files with 5 additions and 2 deletions
|
@ -37,13 +37,16 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include "audio_renderer.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <algorithm>
|
||||
#include <tr1/functional>
|
||||
|
||||
#include <wx/bitmap.h>
|
||||
#include <wx/dcmemory.h>
|
||||
#endif
|
||||
|
||||
#include "block_cache.h"
|
||||
#include "audio_renderer.h"
|
||||
#include "include/aegisub/audio_provider.h"
|
||||
|
||||
template<class C, class F> static void for_each(C &container, F const& func)
|
||||
|
|
Loading…
Reference in a new issue