SummerGift 8 лет назад
Родитель
Сommit
144bcfc649
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      py/bc.c

+ 2 - 0
py/bc.c

@@ -25,9 +25,11 @@
  * THE SOFTWARE.
  */
 
+#include <stdbool.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <assert.h>
 
 #include "py/mpconfig.h"
 #include "py/misc.h"