diff --git a/Source/cmComputeLinkDepends.h b/Source/cmComputeLinkDepends.h index b738d8f9f..3cbb99a90 100644 --- a/Source/cmComputeLinkDepends.h +++ b/Source/cmComputeLinkDepends.h @@ -145,7 +145,7 @@ private: int Count; // The entries yet to be seen to complete the component. - DependSet Entries; + std::set Entries; }; std::map PendingComponents; cmComputeComponentGraph* CCG;