diff options
author | 2012-03-27 12:38:21 +0200 | |
---|---|---|
committer | 2012-03-27 15:26:03 +0100 | |
commit | 1e382e3bc8282544d898fa711f6d8e64c566b6c6 (patch) | |
tree | 39132a3c9d2012be7a2f9620d21105cc82fa5ed8 | |
parent | 04fed9c8066d6dbdf0615350962735be73134c21 (diff) | |
download | paludis-1e382e3bc8282544d898fa711f6d8e64c566b6c6.tar.gz paludis-1e382e3bc8282544d898fa711f6d8e64c566b6c6.tar.xz |
make make_null_shared_ptr.hh self-contained
-rw-r--r-- | paludis/util/make_null_shared_ptr.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/paludis/util/make_null_shared_ptr.hh b/paludis/util/make_null_shared_ptr.hh index c8d965252..995b84316 100644 --- a/paludis/util/make_null_shared_ptr.hh +++ b/paludis/util/make_null_shared_ptr.hh @@ -21,6 +21,7 @@ #define PALUDIS_GUARD_PALUDIS_UTIL_MAKE_NULL_SHARED_PTR_HH 1 #include <memory> +#include <paludis/util/attributes.hh> /** \file * Declarations for the make_null_shared_ptr function. |