SummerGift 8 rokov pred
rodič
commit
144bcfc649
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  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"