aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/compat.rb')
-rw-r--r--Library/Homebrew/compat.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/compat.rb b/Library/Homebrew/compat.rb
index 71ae5a5d6..b20e8049c 100644
--- a/Library/Homebrew/compat.rb
+++ b/Library/Homebrew/compat.rb
@@ -7,3 +7,6 @@ require "compat/md5"
require "compat/requirements"
require "compat/version"
require "compat/download_strategy"
+require "compat/keg"
+require "compat/pathname"
+require "compat/dependency_collector"