summaryrefslogtreecommitdiffstats
path: root/src/clean.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/clean.h')
-rw-r--r--src/clean.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clean.h b/src/clean.h
index 5938dff..8359901 100644
--- a/src/clean.h
+++ b/src/clean.h
@@ -95,6 +95,7 @@ class Cleaner {
State* state_;
const BuildConfig& config_;
set<string> removed_;
+ set<Node*> cleaned_;
int cleaned_files_count_;
DiskInterface* disk_interface_;
int status_;