diff --git a/toonz/sources/tnztools/plastictool_meshedit.cpp b/toonz/sources/tnztools/plastictool_meshedit.cpp index d2bf23c..3f770dc 100644 --- a/toonz/sources/tnztools/plastictool_meshedit.cpp +++ b/toonz/sources/tnztools/plastictool_meshedit.cpp @@ -14,7 +14,7 @@ // boost includes #include -#include +#include using namespace tcg::bgl; @@ -246,7 +246,7 @@ bool buildEdgeCuts(const TMeshImage &mi, int &meshIdx, std::vector &edgeCuts) { typedef PlasticTool::MeshSelection::objects_container edges_container; typedef PlasticTool::MeshIndex MeshIndex; - typedef boost::unordered_map VertexOccurrencesMap; + typedef std::unordered_map VertexOccurrencesMap; struct locals { static bool differentMesh(const MeshIndex &a, const MeshIndex &b) {