]> git.mxchange.org Git - core.git/blobdiff - framework/main/interfaces/visitor/pool/class_PoolVisitor.php
Continued:
[core.git] / framework / main / interfaces / visitor / pool / class_PoolVisitor.php
index 6a63a766be1b241c07b16e96eb27e7b9d03e40ed..465ce3d30c98cc63370d7d2758c34b1f0c3c31c4 100644 (file)
@@ -2,6 +2,10 @@
 // Own namespace
 namespace CoreFramework\Visitor\Pool;
 
+// Import framework stuff
+use CoreFramework\Pool\Poolable;
+use CoreFramework\Visitor\Visitor;
+
 /**
  * An interface for the visitor implementation for pools
  *