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
Explicitly include `stdint.h`. I'll monitor the Appveyor build to see if
this helps.

Work on #9501.
  • Loading branch information
JukkaL committed Sep 29, 2020
1 parent 0d7cd07 commit 9add09c
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 9add09c

Please sign in to comment.