1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

Supply missing #include "Experimental.h"

This commit is contained in:
Paul Licameli 2019-07-07 15:27:13 -04:00
parent 30be658b00
commit 8a69be0305
2 changed files with 6 additions and 0 deletions

View File

@ -8,8 +8,11 @@
**********************************************************************/
#include "Audacity.h"
#include "EnvelopeEditor.h"
#include "Experimental.h"
#include <wx/dc.h>
#include <wx/event.h>

View File

@ -8,8 +8,11 @@
**********************************************************************/
#include "Audacity.h"
#include "ZoomInfo.h"
#include "Experimental.h"
#include "prefs/GUISettings.h"
namespace {