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

Fix build on Linux and Mac

This commit is contained in:
lllucius@gmail.com 2014-12-17 19:31:58 +00:00
parent 02539ea792
commit b24fccfb17
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@
#include "xml/XMLTagHandler.h"
#include "toolbars/SelectionBarListener.h"
#include "toolbars/SpectralSelectionBarListener.h"
#include "widgets/Meter.h"
#include <wx/defs.h>
#include <wx/event.h>

View File

@ -15,6 +15,7 @@
#define __AUDACITY_METER_TOOLBAR__
#include "ToolBar.h"
#include "../Project.h"
class wxDC;
class wxGridBagSizer;