diff --git a/library/Icinga/Web/Controller.php b/library/Icinga/Web/Controller.php index 4f3fb5794..b70dbd3fc 100644 --- a/library/Icinga/Web/Controller.php +++ b/library/Icinga/Web/Controller.php @@ -7,6 +7,7 @@ use Zend_Paginator; use Icinga\Web\Controller\ModuleActionController; use Icinga\Web\Widget\SortBox; use Icinga\Web\Widget\Limiter; +use Icinga\Data\Sortable; /** * This is the controller all modules should inherit from