X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fmain%2Fclasses%2Foutput%2Fdebug%2Fweb%2Fclass_DebugWebOutput.php;fp=inc%2Fmain%2Fclasses%2Foutput%2Fdebug%2Fweb%2Fclass_DebugWebOutput.php;h=f775a4c991601b0ce662cbe6481f61ee983c2002;hp=e34ec9059b35159d17e56afe011a1e88e5eb3230;hb=717829ec4b1f04e88e65838110d7cc8d9c4933c1;hpb=eb295c2b1147cacdf066106987db63b2f5f7886d diff --git a/inc/main/classes/output/debug/web/class_DebugWebOutput.php b/inc/main/classes/output/debug/web/class_DebugWebOutput.php index e34ec905..f775a4c9 100644 --- a/inc/main/classes/output/debug/web/class_DebugWebOutput.php +++ b/inc/main/classes/output/debug/web/class_DebugWebOutput.php @@ -2,6 +2,10 @@ // Own namespace namespace CoreFramework\Output\Debug; +// Import framework stuff +use CoreFramework\Debug\Debugger; +use CoreFramework\Output\Debug\BaseDebugOutput; + /** * A debug output class for the web browser *