1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

Also forgot a wx include for wxMemoryDC in audio_renderer.cpp.

Originally committed to SVN as r3394.
This commit is contained in:
Niels Martin Hansen 2009-08-13 00:05:38 +00:00
parent 29f1272843
commit 80364aaf01

View File

@ -36,6 +36,7 @@
#include "audio_renderer.h"
#include <wx/bitmap.h>
#include <wx/dcmemory.h>
#include <map>