mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-23 16:08:07 +02:00
add missing includes which break mac debug build
This commit is contained in:
parent
a215a35e05
commit
dd8bc9cb93
@ -12,6 +12,7 @@
|
||||
#define __AUDACITY_ENVELOPE__
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <algorithm>
|
||||
|
||||
#include <wx/dynarray.h>
|
||||
#include <wx/brush.h>
|
||||
|
@ -15,6 +15,8 @@
|
||||
#include <wx/brush.h>
|
||||
#include <wx/pen.h>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
class wxRect;
|
||||
class wxDC;
|
||||
class Envelope;
|
||||
|
Loading…
x
Reference in New Issue
Block a user