mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 14:13:57 +01:00
Add missing critical inclusions of Experimental.h to other headers
This commit is contained in:
@@ -21,6 +21,8 @@ effects.
|
||||
#ifndef __AUDACITY_EFFECTMANAGER__
|
||||
#define __AUDACITY_EFFECTMANAGER__
|
||||
|
||||
#include "../Experimental.h"
|
||||
|
||||
#include <wx/choice.h>
|
||||
#include <wx/dialog.h>
|
||||
#include <wx/event.h>
|
||||
|
||||
@@ -15,6 +15,8 @@
|
||||
#define NUM_PTS 180
|
||||
#define PANELBORDER 1 // only increase from '1' for testing purposes - MJS
|
||||
|
||||
#include "../Experimental.h"
|
||||
|
||||
#include <wx/button.h>
|
||||
#include <wx/panel.h>
|
||||
#include <wx/dialog.h>
|
||||
|
||||
Reference in New Issue
Block a user