1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-09 14:43:57 +01: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

@@ -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>