From bf3366a48bca2808ae04ac49e5f5737481d28b57 Mon Sep 17 00:00:00 2001 From: Emmanuel Blot Date: Thu, 19 Jun 2014 18:47:38 +0200 Subject: [PATCH] =?UTF-8?q?Add=20missing=20=E2=80=9Cassert.h=E2=80=9D=20fi?= =?UTF-8?q?le=20header=20inclusion=20from=20=E2=80=9Cnlr.h=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- py/nlr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/py/nlr.h b/py/nlr.h index 43a0c4f6a9..83ab251344 100644 --- a/py/nlr.h +++ b/py/nlr.h @@ -29,6 +29,7 @@ #include #include +#include typedef struct _nlr_buf_t nlr_buf_t; struct _nlr_buf_t {