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

git-svn-id: http://svn.redmine.org/redmine/branches/2.4-stable@12454 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2013-12-24 05:00:26 +00:00
parent 742ab6f6b3
commit 37a07789d1
1 changed files with 1 additions and 0 deletions

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'