diff options
Diffstat (limited to 'libadhocutil/cache.impl.h')
-rw-r--r-- | libadhocutil/cache.impl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libadhocutil/cache.impl.h b/libadhocutil/cache.impl.h index 43fcd1a..c47eabf 100644 --- a/libadhocutil/cache.impl.h +++ b/libadhocutil/cache.impl.h @@ -1,3 +1,6 @@ +#ifndef ADHOCUTIL_CACHE_IMPL_H +#define ADHOCUTIL_CACHE_IMPL_H + #include "cache.h" #include <boost/lambda/lambda.hpp> #include "lockHelpers.h" @@ -125,3 +128,5 @@ Cache<T, K>::prune() const } } +#endif + |