diff options
Diffstat (limited to 'Include/objimpl.h')
-rw-r--r-- | Include/objimpl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Include/objimpl.h b/Include/objimpl.h index 3c0c7fc..0fd813d 100644 --- a/Include/objimpl.h +++ b/Include/objimpl.h @@ -10,12 +10,13 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. #ifndef Py_OBJIMPL_H #define Py_OBJIMPL_H + +#include "pymem.h" + #ifdef __cplusplus extern "C" { #endif -#include "pyport.h" - /* Functions and macros for modules that implement new object types. You must first include "object.h". |