1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-22 22:43:01 +02:00

Add missing critical inclusions of Experimental.h to other headers

This commit is contained in:
Paul Licameli
2015-08-31 17:21:50 -04:00
parent aaa358abf6
commit ca9928d533
4 changed files with 7 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ from there. Audacity will look for a file called "Pause.png".
// Note: No '#ifndef/#define' pair on this header file. // Note: No '#ifndef/#define' pair on this header file.
// we want to include it multiple times in Theme.cpp. // we want to include it multiple times in Theme.cpp.
#include "Experimental.h"
#include "MacroMagic.h" #include "MacroMagic.h"
#define XPMS_RETIRED #define XPMS_RETIRED

View File

@@ -12,6 +12,8 @@
#ifndef __AUDACITY_COMMAND_MANAGER__ #ifndef __AUDACITY_COMMAND_MANAGER__
#define __AUDACITY_COMMAND_MANAGER__ #define __AUDACITY_COMMAND_MANAGER__
#include "../Experimental.h"
#include <wx/string.h> #include <wx/string.h>
#include <wx/dynarray.h> #include <wx/dynarray.h>
#include <wx/menu.h> #include <wx/menu.h>

View File

@@ -21,6 +21,8 @@ effects.
#ifndef __AUDACITY_EFFECTMANAGER__ #ifndef __AUDACITY_EFFECTMANAGER__
#define __AUDACITY_EFFECTMANAGER__ #define __AUDACITY_EFFECTMANAGER__
#include "../Experimental.h"
#include <wx/choice.h> #include <wx/choice.h>
#include <wx/dialog.h> #include <wx/dialog.h>
#include <wx/event.h> #include <wx/event.h>

View File

@@ -15,6 +15,8 @@
#define NUM_PTS 180 #define NUM_PTS 180
#define PANELBORDER 1 // only increase from '1' for testing purposes - MJS #define PANELBORDER 1 // only increase from '1' for testing purposes - MJS
#include "../Experimental.h"
#include <wx/button.h> #include <wx/button.h>
#include <wx/panel.h> #include <wx/panel.h>
#include <wx/dialog.h> #include <wx/dialog.h>