From b9fc6068fb571176e5b29b09f123c15fd58cff7a Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 4 Feb 2013 13:49:03 -0800 Subject: [PATCH] Missing requires for SSH --- plugins/communicators/ssh/communicator.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/communicators/ssh/communicator.rb b/plugins/communicators/ssh/communicator.rb index e815dc3a8..40d11ca65 100644 --- a/plugins/communicators/ssh/communicator.rb +++ b/plugins/communicators/ssh/communicator.rb @@ -1,3 +1,5 @@ +require 'logger' +require 'stringio' require 'timeout' require 'log4r'