Skip to content

Commit 621130d

Browse files
committed
Added missing requires
1 parent a16cd5a commit 621130d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/msf/core/module_manager/cache.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Gems
44
#
55
require 'active_support/concern'
6+
require 'msf/core/modules/metadata/cache'
67

78
# Concerns the module cache maintained by the {Msf::ModuleManager}.
89
module Msf::ModuleManager::Cache

lib/msf/core/modules/metadata.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# -*- coding: binary -*-
2+
require 'msf/core/modules'
23

34
# Namespace for module metadata related data and operations
45
module Msf::Modules::Metadata

0 commit comments

Comments
 (0)