소스 검색

missing include

Former-commit-id: 06f39cb05b607c8744297dc8423603523cea382a
Alec Jacobson 8 년 전
부모
커밋
08fc4667af
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/igl/edges_to_path.cpp

+ 1 - 1
include/igl/edges_to_path.cpp

@@ -1,6 +1,6 @@
 #include "edges_to_path.h"
 #include "ismember.h"
-#include "adjacency_matrix.h"
+#include "adjacency_list.h"
 
 template <
   typename DerivedE,