summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/library/scala/runtime/RichException.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library/scala/runtime/RichException.scala b/src/library/scala/runtime/RichException.scala
index cbdf37d61d..f6b60600dd 100644
--- a/src/library/scala/runtime/RichException.scala
+++ b/src/library/scala/runtime/RichException.scala
@@ -11,6 +11,7 @@
package scala.runtime
+import compat.Platform.StringBuilder
import compat.Platform.EOL
final class RichException(exc: Throwable) {