1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 17:13:37 +02:00

wxMemoryDC needed.

This commit is contained in:
james.k.crook@gmail.com
2014-10-18 18:41:56 +00:00
parent bffa710ce4
commit e77fa72adc

View File

@@ -46,6 +46,7 @@
#include <wx/string.h>
#include <wx/textctrl.h>
#include <wx/timer.h>
#include <wx/dcmemory.h>
#include "Export.h"
#include "ExportPCM.h"