aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-04-02 16:18:51 -0500
committerJack Nagel2013-04-02 16:18:56 -0500
commitb2309d2f98edd0a2e13611b2ba1de3f510afd378 (patch)
tree80f3dd62ce0ecd338dfb08702192f3b7ea43cf85 /Library
parent62393276a6f8cd74adf9a20694d764c3c8acb837 (diff)
downloadhomebrew-b2309d2f98edd0a2e13611b2ba1de3f510afd378.tar.bz2
Fix missing require in x11_dependency.rb
Fixes #18918.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/requirements/x11_dependency.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/requirements/x11_dependency.rb b/Library/Homebrew/requirements/x11_dependency.rb
index 5b7015926..c669384c6 100644
--- a/Library/Homebrew/requirements/x11_dependency.rb
+++ b/Library/Homebrew/requirements/x11_dependency.rb
@@ -1,4 +1,5 @@
require 'requirement'
+require 'extend/set'
class X11Dependency < Requirement
include Comparable