Livestatus\Connection: add missing use statements

This commit is contained in:
Thomas Gelf 2014-11-16 16:26:28 +01:00
parent fd55ffe47e
commit e0143bf572
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ use Icinga\Application\Benchmark;
use Icinga\Exception\ConfigurationError;
use Icinga\Exception\SystemPermissionException;
use Icinga\Exception\IcingaException;
use Exception;
use SplFixedArray;
/**
* Backend class managing handling MKI Livestatus connections