summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-05-29 10:20:25 -0700
committerKartik Null Cating-Subramanian <ksubramanian@chef.io>2015-05-29 16:55:50 -0400
commit266e95575dc5dc79a568da9b6ceec7ff7635db1f (patch)
treed5b15e32956972316227bd976abcf46b8790076a
parent8e17c3a65a1fde28778bc3148227e3d11bb91304 (diff)
downloadchef-266e95575dc5dc79a568da9b6ceec7ff7635db1f.tar.gz
fix missing requires
-rw-r--r--lib/chef/mixin/powershell_out.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/chef/mixin/powershell_out.rb b/lib/chef/mixin/powershell_out.rb
index 8984ab2039..a81905407c 100644
--- a/lib/chef/mixin/powershell_out.rb
+++ b/lib/chef/mixin/powershell_out.rb
@@ -14,6 +14,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+require 'chef/mixin/shell_out'
+require 'chef/mixin/windows_architecture_helper'
+
class Chef
module Mixin
module PowershellOut