summaryrefslogtreecommitdiff
path: root/src/library
diff options
context:
space:
mode:
authormihaylov <mihaylov@epfl.ch>2007-07-19 21:11:21 +0000
committermihaylov <mihaylov@epfl.ch>2007-07-19 21:11:21 +0000
commit247ec20681e3f7991e73c9ffc84859f9d6a0d838 (patch)
tree55037e4859b5a1b49239bd27fc1391123648af17 /src/library
parente0fa88b7295431a4b0efae4cac2ad9680a11ac88 (diff)
downloadscala-247ec20681e3f7991e73c9ffc84859f9d6a0d838.tar.gz
scala-247ec20681e3f7991e73c9ffc84859f9d6a0d838.tar.bz2
scala-247ec20681e3f7991e73c9ffc84859f9d6a0d838.zip
Synced dotnet-library/ with rev 12365
Diffstat (limited to 'src/library')
-rw-r--r--src/library/scala/BufferedIterator.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/library/scala/BufferedIterator.scala b/src/library/scala/BufferedIterator.scala
index 1b4ebef3f8..a206ccaa48 100644
--- a/src/library/scala/BufferedIterator.scala
+++ b/src/library/scala/BufferedIterator.scala
@@ -11,6 +11,9 @@
package scala
+
+import Predef._
+
/** Buffered iterators are iterators which allow to inspect the next
* element without discarding it.
*