mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-16 07:31:16 +02:00
fix linux build from last commit
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user