diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index 0c8de9b494dfb4c83292badf817b9aa0574c527f..4ff56f290dbad83bc0304d4b09483238ded5a7f8 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -5,6 +5,7 @@ require "time" require "unpack_strategy" require "lazy_object" require "cgi" +require "lock_file" require "mechanize/version" require "mechanize/http/content_disposition_parser"