From bb634210c725c1fa821b61b8f4270f9468099928 Mon Sep 17 00:00:00 2001 From: Ciaran McCreesh Date: Sun, 6 Feb 2011 13:53:36 +0000 Subject: Missing includes --- paludis/args/do_help.hh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 +#include + namespace paludis { namespace args -- cgit v1.2.3