Browse Source

missing include

Alec Jacobson 5 years ago
parent
commit
c16bc37fcb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/igl/cat.h

+ 1 - 0
include/igl/cat.h

@@ -12,6 +12,7 @@
 #define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET
 #include <Eigen/Sparse>
 #include <Eigen/Dense>
+#include <vector>
 
 namespace igl
 {