diff --git a/gtsam/nonlinear/ISAM2-impl-inl.h b/gtsam/nonlinear/ISAM2-impl-inl.h index 2ea4f3725..4eedda23c 100644 --- a/gtsam/nonlinear/ISAM2-impl-inl.h +++ b/gtsam/nonlinear/ISAM2-impl-inl.h @@ -18,7 +18,7 @@ struct ISAM2::Impl { typedef ISAM2 ISAM2Type; struct PartialSolveResult { - ISAM2Type::sharedClique bayesTree; + typename ISAM2Type::sharedClique bayesTree; Permutation fullReordering; Permutation fullReorderingInverse; };