diff --git a/gtsam/inference/ClusterTree.h b/gtsam/inference/ClusterTree.h index 41232e1a1..b00532d22 100644 --- a/gtsam/inference/ClusterTree.h +++ b/gtsam/inference/ClusterTree.h @@ -37,7 +37,7 @@ public: struct Cluster { typedef Ordering Keys; typedef FastVector Factors; - typedef FastList > Children; + typedef FastVector > Children; Cluster() { }