download_strategy: add missing "time" require.
Closes https://github.com/Homebrew/homebrew-core/issues/1687.
This commit is contained in:
parent
e760c8bbca
commit
5e272257d2
@ -1,5 +1,6 @@
|
||||
require "utils/json"
|
||||
require "rexml/document"
|
||||
require "time"
|
||||
|
||||
class AbstractDownloadStrategy
|
||||
include FileUtils
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user