Continued:
[core.git] / framework / main / interfaces / io / pointer / io / class_InputOutputPointer.php
index 95c35166e62a5a493b8137910e040b085f2b3c22..f97063322401d195dc6a7de20e88e4b0fceafd1a 100644 (file)
@@ -2,6 +2,10 @@
 // Own namespace
 namespace CoreFramework\Filesystem\Pointer;
 
+// Import framework stuff
+use CoreFramework\Filesystem\Pointer\InputPointer;
+use CoreFramework\Filesystem\Pointer\OutputPointer;
+
 /**
  * An interface for (mostly) file input/output pointers.
  *