diff options
Diffstat (limited to 'Include/Python.h')
-rw-r--r-- | Include/Python.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/Python.h b/Include/Python.h index f16b47b88b..e97fd6c6d2 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -76,6 +76,7 @@ PERFORMANCE OF THIS SOFTWARE. #endif #include "rangeobject.h" #include "stringobject.h" +#include "bufferobject.h" #include "tupleobject.h" #include "listobject.h" #include "dictobject.h" |