diff options
Diffstat (limited to 'python/generic.h')
| -rw-r--r-- | python/generic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/generic.h b/python/generic.h index 31c1bc2d..98c6d82b 100644 --- a/python/generic.h +++ b/python/generic.h @@ -31,6 +31,7 @@ #include <string> #include <iostream> #include <new> +#include <cstdlib> #if PYTHON_API_VERSION < 1013 typedef int Py_ssize_t; |
