From 856ffa7572e1ce74b354bfc3b529643c5193f97c Mon Sep 17 00:00:00 2001 From: michelou Date: Thu, 31 Jan 2008 15:13:31 +0000 Subject: import Predef._ --- src/cldc-library/scala/runtime/SquareRoot.scala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cldc-library') 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._ + /** *

* Integer Square Root function (see http://atoms.alife.co.uk/sqrt/index.html). -- cgit v1.2.3