summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/library/scala/runtime/BoxedArray.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library/scala/runtime/BoxedArray.scala b/src/library/scala/runtime/BoxedArray.scala
index 3c04532c65..cead9fb1a2 100644
--- a/src/library/scala/runtime/BoxedArray.scala
+++ b/src/library/scala/runtime/BoxedArray.scala
@@ -14,6 +14,7 @@ package scala.runtime
import Predef.{Class, Error}
import collection.mutable.ArrayBuffer
+import compat.StringBuilder
/**
* <p>A class representing <code>Array[T]</code></p>