Continued:
[core.git] / inc / main / interfaces / iterator / class_SeekableWritableFileIterator.php
index 205fa99512de6d5692ce42bfc0afad80bec02595..17a93cb173ceaa57ff37e84d9eb09f47706a6454 100644 (file)
@@ -2,6 +2,9 @@
 // Own namespace
 namespace CoreFramework\Iterator\Filesystem;
 
+// Import SPL stuff
+use \SeekableIterator;
+
 /**
  * An interface for seekable iterators which also allow to write to the file
  * in different ways.