1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-28 14:18:41 +02:00

state field in status bar. Previous commit caused linux build to fail. Included a file to hopefully fix.

This commit is contained in:
David Bailes 2015-06-02 15:50:08 +01:00
parent 391bd1691c
commit a4cc294158

View File

@ -27,6 +27,7 @@ should be reference-counted.
#include <wx/statusbr.h> #include <wx/statusbr.h>
#include "../widgets/ProgressDialog.h" #include "../widgets/ProgressDialog.h"
#include "../commands/ResponseQueue.h" #include "../commands/ResponseQueue.h"
#include "../src/Project.h"
/// Interface for objects that can receive command progress information /// Interface for objects that can receive command progress information
class CommandProgressTarget class CommandProgressTarget