浏览代码

fix include

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 <stdbool.h>
 
-#include "algorithm.h"
+#include "pocketpy/common/algorithm.h"
 
 typedef struct c11_vector {
     void* data;