blueloveTH 1 год назад
Родитель
Сommit
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 <stdbool.h>
 
-#include "algorithm.h"
+#include "pocketpy/common/algorithm.h"
 
 typedef struct c11_vector {
     void* data;