From 8de7528e274d41367907e881503d957a929967a8 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Wed, 22 May 2019 09:59:22 -0400 Subject: [PATCH] CommandManager.cpp does not depend on AudacityHeaders.h --- src/commands/CommandManager.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/commands/CommandManager.cpp b/src/commands/CommandManager.cpp index 14f36bbbd..cceb75752 100644 --- a/src/commands/CommandManager.cpp +++ b/src/commands/CommandManager.cpp @@ -85,6 +85,7 @@ CommandManager. It holds the callback for one command. #include "CommandContext.h" #include +#include #include #include #include @@ -94,6 +95,7 @@ CommandManager. It holds the callback for one command. #include "../Menus.h" #include "../PluginManager.h" +#include "../Project.h" #include "../effects/EffectManager.h" #include "../widgets/LinkingHtmlWindow.h" #include "../widgets/AudacityMessageBox.h"