diff options
author | James Turnbull <james@lovedthanlost.net> | 2009-04-27 23:33:28 +1000 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2009-04-27 23:33:28 +1000 |
commit | 36d04187fae6b091336ce52d3e428176b39207ae (patch) | |
tree | 54ab65227ab0d5480deba2d17d1346549d04a715 /lib | |
parent | 51af2398ea96cd5abfb932ec12fceb5325b6605f (diff) | |
download | puppet-36d04187fae6b091336ce52d3e428176b39207ae.tar.gz puppet-36d04187fae6b091336ce52d3e428176b39207ae.tar.xz puppet-36d04187fae6b091336ce52d3e428176b39207ae.zip |
Fixed #2188 - Added set require to simple_graph.rb
Diffstat (limited to 'lib')
-rw-r--r-- | lib/puppet/simple_graph.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet/simple_graph.rb b/lib/puppet/simple_graph.rb index dacea1a9f..c5b0f4928 100644 --- a/lib/puppet/simple_graph.rb +++ b/lib/puppet/simple_graph.rb @@ -3,6 +3,7 @@ require 'puppet/external/dot' require 'puppet/relationship' +require 'set' # A hopefully-faster graph class to replace the use of GRATR. class Puppet::SimpleGraph |