summaryrefslogtreecommitdiff
path: root/src/cldc-library
diff options
context:
space:
mode:
Diffstat (limited to 'src/cldc-library')
-rw-r--r--src/cldc-library/scala/runtime/SquareRoot.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cldc-library/scala/runtime/SquareRoot.scala b/src/cldc-library/scala/runtime/SquareRoot.scala
index 46eb3f9680..1cd834a405 100644
--- a/src/cldc-library/scala/runtime/SquareRoot.scala
+++ b/src/cldc-library/scala/runtime/SquareRoot.scala
@@ -11,6 +11,8 @@
package scala.runtime
+import Predef._
+
/**
* <p>
* Integer Square Root function (see http://atoms.alife.co.uk/sqrt/index.html).