diff --git a/src/Mod/Sketcher/App/planegcs/GCS.cpp b/src/Mod/Sketcher/App/planegcs/GCS.cpp index ceff36fa6f..639fdbc79e 100644 --- a/src/Mod/Sketcher/App/planegcs/GCS.cpp +++ b/src/Mod/Sketcher/App/planegcs/GCS.cpp @@ -105,8 +105,7 @@ #include #include -typedef Eigen::Matrix MatrixIndexType; -typedef Eigen::PermutationMatrix PermutationType; +typedef Eigen::FullPivHouseholderQR::IntDiagSizeVectorType MatrixIndexType; #ifdef _GCS_DEBUG void LogMatrix(std::string str, Eigen::MatrixXd matrix )