diff options
Diffstat (limited to 'paludis/dep_spec_annotations-fwd.hh')
-rw-r--r-- | paludis/dep_spec_annotations-fwd.hh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/paludis/dep_spec_annotations-fwd.hh b/paludis/dep_spec_annotations-fwd.hh index 63f5ee7e6..a02167234 100644 --- a/paludis/dep_spec_annotations-fwd.hh +++ b/paludis/dep_spec_annotations-fwd.hh @@ -20,10 +20,16 @@ #ifndef PALUDIS_GUARD_PALUDIS_DEP_SPEC_ANNOTATIONS_FWD_HH #define PALUDIS_GUARD_PALUDIS_DEP_SPEC_ANNOTATIONS_FWD_HH 1 +#include <paludis/util/attributes.hh> +#include <iosfwd> + namespace paludis { class DepSpecAnnotation; class DepSpecAnnotations; + +#include <paludis/dep_spec_annotations-se.hh> + } #endif |