diff options
author | 2012-04-24 19:37:38 +0100 | |
---|---|---|
committer | 2012-04-24 19:37:38 +0100 | |
commit | 7500aa8b8632b280923024c8a37208bbd59ee9fa (patch) | |
tree | 47b7d9ee3cd3eb42df52c6333b367a57a6e4288e | |
parent | 89805d40997c68c4cfb82b5cbd7f75df68d1dcb0 (diff) | |
download | paludis-7500aa8b8632b280923024c8a37208bbd59ee9fa.tar.gz paludis-7500aa8b8632b280923024c8a37208bbd59ee9fa.tar.xz |
Missing #include
-rw-r--r-- | src/clients/cave/cmd_print_checksum_algorithms.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clients/cave/cmd_print_checksum_algorithms.cc b/src/clients/cave/cmd_print_checksum_algorithms.cc index 03ebbd865..a7001894b 100644 --- a/src/clients/cave/cmd_print_checksum_algorithms.cc +++ b/src/clients/cave/cmd_print_checksum_algorithms.cc @@ -25,6 +25,7 @@ #include <paludis/args/do_help.hh> #include <iostream> +#include <cstdlib> using namespace paludis; using namespace paludis::cave; |