forked from mia/Aegisub
Uh oops, audio_renderer.cpp was including <set> instead of <map>...
Originally committed to SVN as r3393.
This commit is contained in:
parent
b9e7e178c2
commit
29f1272843
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
|
||||
#include "audio_renderer.h"
|
||||
#include <wx/bitmap.h>
|
||||
#include <set>
|
||||
#include <map>
|
||||
|
||||
|
||||
/// @class AudioRendererBitmapCache
|
||||
|
|
Loading…
Reference in a new issue