]> 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 a3bc173b34f839b4fb15e00d14c9e50b4e1588b1..465ce3d30c98cc63370d7d2758c34b1f0c3c31c4 100644 (file)
@@ -3,6 +3,7 @@
 namespace CoreFramework\Visitor\Pool;
 
 // Import framework stuff
+use CoreFramework\Pool\Poolable;
 use CoreFramework\Visitor\Visitor;
 
 /**