diff options
Diffstat (limited to 'paludis/elike_choices-fwd.hh')
-rw-r--r-- | paludis/elike_choices-fwd.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/paludis/elike_choices-fwd.hh b/paludis/elike_choices-fwd.hh index 25df2e837..37ab43f90 100644 --- a/paludis/elike_choices-fwd.hh +++ b/paludis/elike_choices-fwd.hh @@ -22,6 +22,7 @@ #include <paludis/util/attributes.hh> #include <paludis/choice-fwd.hh> +#include <memory> #include <string> #include <iosfwd> @@ -31,6 +32,7 @@ namespace paludis struct ELikeRecommendedTestsChoiceValue; struct ELikeExpensiveTestsChoiceValue; struct ELikeJobsChoiceValue; + struct ELikeTraceChoiceValue; struct ELikePreserveWorkChoiceValue; struct ELikeSymbolsChoiceValue; @@ -40,6 +42,7 @@ namespace paludis #include <paludis/elike_choices-se.hh> + bool is_special_elike_choice_value(const std::shared_ptr<const ChoiceValue> &) PALUDIS_VISIBLE PALUDIS_ATTRIBUTE((warn_unused_result)); } #endif |