summaryrefslogtreecommitdiff
path: root/src/cldc-library
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2008-01-31 15:13:31 +0000
committermichelou <michelou@epfl.ch>2008-01-31 15:13:31 +0000
commit856ffa7572e1ce74b354bfc3b529643c5193f97c (patch)
tree2a3b2987e8aafd390082a6f2f0e181a4694015e3 /src/cldc-library
parentfcc91d2f8d670ce9a8a57efe729458643d51c433 (diff)
downloadscala-856ffa7572e1ce74b354bfc3b529643c5193f97c.tar.gz
scala-856ffa7572e1ce74b354bfc3b529643c5193f97c.tar.bz2
scala-856ffa7572e1ce74b354bfc3b529643c5193f97c.zip
import Predef._
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).