summaryrefslogtreecommitdiff
path: root/deallocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'deallocator.h')
-rw-r--r--deallocator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/deallocator.h b/deallocator.h
index 06d5c0b..eec7a17 100644
--- a/deallocator.h
+++ b/deallocator.h
@@ -2,6 +2,7 @@
#define _DEALLOCATOR_H
#include <Python.h>
+#include <api_common.h>
#if NUMPY == 1
#include <numpy/arrayobject.h>
@@ -21,4 +22,4 @@ extern PyTypeObject _MyDeallocType ;
extern void attach_deallocator(PyObject *, void *) ;
#endif
-#endif \ No newline at end of file
+#endif