diff options
author | 2011-01-27 21:12:12 +0000 | |
---|---|---|
committer | 2011-01-27 21:12:12 +0000 | |
commit | 9f9803c0fdd8e652bbe7681331c3a52576aa5a11 (patch) | |
tree | 241f7b6a1cc20032f4dd00812fbda84b88d0a88b | |
parent | a2a18a32a9b18a4bd8d5f091eca5e7904e898c41 (diff) | |
download | paludis-9f9803c0fdd8e652bbe7681331c3a52576aa5a11.tar.gz paludis-9f9803c0fdd8e652bbe7681331c3a52576aa5a11.tar.xz |
Missing include
-rw-r--r-- | src/clients/cave/cmd_show.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clients/cave/cmd_show.cc b/src/clients/cave/cmd_show.cc index 606f47787..8b6b07fee 100644 --- a/src/clients/cave/cmd_show.cc +++ b/src/clients/cave/cmd_show.cc @@ -54,6 +54,7 @@ #include <iostream> #include <algorithm> #include <set> +#include <limits> #include "command_command_line.hh" |