1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-06 07:09:39 +02:00

Bug 11 (P2) - Input sources cannot be selected in Mixer Toolbar.

Trying to fix problem reported by Gale on audacity-devel, "Error building r10887 on Ubuntu".
This commit is contained in:
v.audacity 2011-01-30 20:30:17 +00:00
parent a756965a57
commit 0254283598

View File

@ -20,6 +20,7 @@
#include <wx/wxprec.h>
#ifndef WX_PRECOMP
#include <wx/control.h>
#include <wx/choice.h>
#include <wx/event.h>
#include <wx/intl.h>