diff options
| -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() |