summaryrefslogtreecommitdiff
path: root/src/lib/buildgraph/executor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/buildgraph/executor.h')
-rw-r--r--src/lib/buildgraph/executor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/buildgraph/executor.h b/src/lib/buildgraph/executor.h
index e55909744..1a3b44702 100644
--- a/src/lib/buildgraph/executor.h
+++ b/src/lib/buildgraph/executor.h
@@ -129,6 +129,7 @@ private:
int m_mocEffort;
ErrorInfo m_error;
bool m_explicitlyCanceled;
+ FileTags m_activeFileTags;
const bool m_doTrace;
const bool m_doDebug;
};