Skip to content

Commit bf3366a

Browse files
committed
Add missing “assert.h” file header inclusion from “nlr.h”
1 parent 2547928 commit bf3366a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

py/nlr.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
#include <limits.h>
3131
#include <setjmp.h>
32+
#include <assert.h>
3233

3334
typedef struct _nlr_buf_t nlr_buf_t;
3435
struct _nlr_buf_t {

0 commit comments

Comments
 (0)