From a4cc294158c5117fc728d8e1a255bb45452b54e7 Mon Sep 17 00:00:00 2001 From: David Bailes Date: Tue, 2 Jun 2015 15:50:08 +0100 Subject: [PATCH] state field in status bar. Previous commit caused linux build to fail. Included a file to hopefully fix. --- src/commands/CommandTargets.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/CommandTargets.h b/src/commands/CommandTargets.h index ad158d358..ffdf70510 100644 --- a/src/commands/CommandTargets.h +++ b/src/commands/CommandTargets.h @@ -27,6 +27,7 @@ should be reference-counted. #include #include "../widgets/ProgressDialog.h" #include "../commands/ResponseQueue.h" +#include "../src/Project.h" /// Interface for objects that can receive command progress information class CommandProgressTarget