mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-31 16:09:28 +02:00
fix linux build from last commit
This commit is contained in:
parent
207b3c6941
commit
96390e5170
@ -9,7 +9,22 @@
|
||||
#include "portaudio.h"
|
||||
#include "portmixer.h"
|
||||
|
||||
#include "Audacity.h"
|
||||
#include "Audacity.h"
|
||||
// For compilers that support precompilation, includes "wx/wx.h".
|
||||
#include <wx/wxprec.h>
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include <wx/choice.h>
|
||||
#include <wx/event.h>
|
||||
#include <wx/intl.h>
|
||||
#include <wx/settings.h>
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/statbmp.h>
|
||||
#include <wx/tooltip.h>
|
||||
#endif
|
||||
|
||||
#include "Project.h"
|
||||
|
||||
#include "AudioIO.h"
|
||||
|
||||
#include "DeviceManager.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user