backport r12453 AbstractAdapter change to 2.3-stable (#15756)

git-svn-id: http://svn.redmine.org/redmine/branches/2.3-stable@12455 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2013-12-24 05:03:02 +00:00
parent 1e10d9a9ef
commit 81555eb053

View File

@@ -16,6 +16,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require 'cgi'
require 'redmine/scm/adapters'
if RUBY_VERSION < '1.9'
require 'iconv'