blueloveTH преди 1 година
родител
ревизия
f182fc3cfa
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      include/pocketpy/common/vector.h

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

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