Skip to content

Commit

Permalink
[mypyc] Try to fix errors about int32_t on Python 3.5 and Appveyor (#…
Browse files Browse the repository at this point in the history
…9502)

Explicitly include `stdint.h`. I'll monitor the Appveyor build to see if
this helps.

Work on #9501.
  • Loading branch information
JukkaL committed Sep 30, 2020
1 parent a2bdf04 commit ab114f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mypyc/lib-rt/CPy.h
Expand Up @@ -8,6 +8,7 @@
#include <frameobject.h>
#include <structmember.h>
#include <assert.h>
#include <stdint.h>
#include "pythonsupport.h"
#include "mypyc_util.h"

Expand Down

0 comments on commit ab114f3

Please sign in to comment.