Browse Source

fix include

blueloveTH 1 year ago
parent
commit
f182fc3cfa
1 changed files with 1 additions and 1 deletions
  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;