diff options
| author | Martin Ridgers <[email protected]> | 2021-11-30 16:07:44 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-12-01 09:31:50 +0100 |
| commit | 5bb93f6a31bef92f0cd73e8c635c717a17b3df59 (patch) | |
| tree | 7dab1ff719a8aedc0db265ed41e84634cc663e63 | |
| parent | Process active condition was back to front (diff) | |
| download | zen-5bb93f6a31bef92f0cd73e8c635c717a17b3df59.tar.xz zen-5bb93f6a31bef92f0cd73e8c635c717a17b3df59.zip | |
Missing include
| -rw-r--r-- | zen/cmds/dedup.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zen/cmds/dedup.cpp b/zen/cmds/dedup.cpp index 2f6e5d2cc..2432c46b4 100644 --- a/zen/cmds/dedup.cpp +++ b/zen/cmds/dedup.cpp @@ -14,6 +14,8 @@ # include <ppl.h> #endif +#include <list> + namespace zen { DedupCommand::DedupCommand() |