diff options
Diffstat (limited to 'paludis/args/do_help.hh')
-rw-r--r-- | paludis/args/do_help.hh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/paludis/args/do_help.hh b/paludis/args/do_help.hh index 19bdb60cb..887183aab 100644 --- a/paludis/args/do_help.hh +++ b/paludis/args/do_help.hh @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2006, 2007 Ciaran McCreesh + * Copyright (c) 2006, 2007, 2011 Ciaran McCreesh * * This file is part of the Paludis package manager. Paludis is free software; * you can redistribute it and/or modify it under the terms of the GNU General @@ -30,6 +30,9 @@ * - None at this time. */ +#include <paludis/util/attributes.hh> +#include <string> + namespace paludis { namespace args |