diff options
author | 2011-02-06 13:53:36 +0000 | |
---|---|---|
committer | 2011-02-06 13:53:36 +0000 | |
commit | bb634210c725c1fa821b61b8f4270f9468099928 (patch) | |
tree | 26f0869f0840702d8e2c496e4af5d9ce2f633c0a | |
parent | ddcc1913de592ad6c08212fe09efd68328b43dc1 (diff) | |
download | paludis-bb634210c725c1fa821b61b8f4270f9468099928.tar.gz paludis-bb634210c725c1fa821b61b8f4270f9468099928.tar.xz |
Missing includes
-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 |