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 26d2211..9379c66 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -86,6 +86,7 @@ #include "listobject.h" #include "dictobject.h" #include "enumobject.h" +#include "setobject.h" #include "methodobject.h" #include "moduleobject.h" #include "funcobject.h" |