]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/output/debug/console/class_DebugConsoleOutput.php
Continued:
[core.git] / inc / main / classes / output / debug / console / class_DebugConsoleOutput.php
index ae7cf072f8a64fcf7b9bd7fd6c36e7a103c47618..20c36dc8677823ba08d7ea2043a9fac642e67c9d 100644 (file)
@@ -3,6 +3,8 @@
 namespace CoreFramework\Debug\Output;
 
 // Import framework stuff
+use CoreFramework\Debug\Debugger;
+use CoreFramework\Output\Debug\BaseDebugOutput;
 use CoreFramework\Registry\Registerable;
 
 /**