1
0
blueloveTH 1 жил өмнө
parent
commit
f182fc3cfa

+ 1 - 1
include/pocketpy/common/vector.h

@@ -5,7 +5,7 @@
 #include <string.h>
 #include <stdbool.h>
 
-#include "algorithm.h"
+#include "pocketpy/common/algorithm.h"
 
 typedef struct c11_vector {
     void* data;