Browse Source

missing eigen include

Former-commit-id: be6c9a64551c7cb980a387db6737f3d0a0980288
Alec Jacobson 8 năm trước cách đây
mục cha
commit
2656c6d361
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      include/igl/dfs.h

+ 1 - 0
include/igl/dfs.h

@@ -1,6 +1,7 @@
 #ifndef IGL_DFS_H
 #define IGL_DFS_H
 #include "igl_inline.h"
+#include <Eigen/Core>
 #include <vector>
 namespace igl
 {