1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-22 06:22:58 +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

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