Browse Source

add #include <unordered_map> (Tank you for comment from @BruegelN)

Kazutaka Nakashima 6 years ago
parent
commit
75540e118f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/igl/remesh_along_isoline.cpp

+ 1 - 0
include/igl/remesh_along_isoline.cpp

@@ -7,6 +7,7 @@
 // obtain one at http://mozilla.org/MPL/2.0/.
 #include "remesh_along_isoline.h"
 #include "list_to_matrix.h"
+#include <unordered_map>
 
 template <
   typename DerivedV,