diff options
Diffstat (limited to 'base/refcnt.hh')
-rw-r--r-- | base/refcnt.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/refcnt.hh b/base/refcnt.hh index 9d9ed4337..de589f7c5 100644 --- a/base/refcnt.hh +++ b/base/refcnt.hh @@ -29,6 +29,8 @@ #ifndef __REFCNT_HH__ #define __REFCNT_HH__ +#include <stddef.h> //For the NULL macro definition + class RefCounted { private: |