diff options
Diffstat (limited to 'Include/Python.h')
-rw-r--r-- | Include/Python.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/Python.h b/Include/Python.h index f89f3e7821..b994401a52 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -54,6 +54,8 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. #include "pyport.h" +#include "pymem.h" + #include "object.h" #include "objimpl.h" |