summaryrefslogtreecommitdiff
path: root/emulators/gxemul/patches/patch-src_include_refcount__ptr.h
blob: 93fca3fa28e9a5ab343ad943da7ef9912b4cf880 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-src_include_refcount__ptr.h,v 1.2 2014/12/08 20:55:19 ryoon Exp $

--- src/include/refcount_ptr.h.orig	2014-08-17 08:45:13.000000000 +0000
+++ src/include/refcount_ptr.h
@@ -33,6 +33,8 @@ template <class T>
 class refcount_ptr;
 
 
+#include <stddef.h>
+
 /**
  * \brief Base class for reference countable objects.
  *