Browse Source

missing include

Alec Jacobson 6 years ago
parent
commit
105b57dd48
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/igl/sharp_edges.h

+ 1 - 0
include/igl/sharp_edges.h

@@ -3,6 +3,7 @@
 
 #include <igl/igl_inline.h>
 #include <Eigen/Core>
+#include <vector>
 
 namespace igl
 {