blueloveTH 9 mesi fa
parent
commit
96f4b9ea44
2 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 1 0
      src/modules/traceback.c
  2. 1 0
      src/modules/unicodedata.c

+ 1 - 0
src/modules/traceback.c

@@ -1,3 +1,4 @@
+#include "pocketpy/objects/base.h"
 #include "pocketpy/pocketpy.h"
 #include "pocketpy/pocketpy.h"
 #include <stdlib.h>
 #include <stdlib.h>
 
 

+ 1 - 0
src/modules/unicodedata.c

@@ -1,4 +1,5 @@
 #include "pocketpy/common/str.h"
 #include "pocketpy/common/str.h"
+#include "pocketpy/objects/base.h"
 #include "pocketpy/pocketpy.h"
 #include "pocketpy/pocketpy.h"
 
 
 const static c11_u32_range kEastAsianWidthRanges[] = {
 const static c11_u32_range kEastAsianWidthRanges[] = {