MenuItemRenderer: add missing use clause

Otherwise this completely broke Icinga Web as soon as a single module
used a legacy icon.

refs #7658
This commit is contained in:
Thomas Gelf 2015-04-20 21:49:45 +02:00
parent d6e7061de3
commit d3964a31fb
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ namespace Icinga\Web\Menu;
use Icinga\Application\Icinga;
use Icinga\Web\Menu;
use Icinga\Web\Url;
use Icinga\Web\View;
/**