From 4205bd6290731d06796e7b06b01c3ce0b19214c6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 9 Feb 2016 21:26:37 +0100 Subject: [PATCH] Add missing import --- .../files/lib/system/background/BackgroundQueueHandler.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wcfsetup/install/files/lib/system/background/BackgroundQueueHandler.class.php b/wcfsetup/install/files/lib/system/background/BackgroundQueueHandler.class.php index c284961a19..042ca28abf 100644 --- a/wcfsetup/install/files/lib/system/background/BackgroundQueueHandler.class.php +++ b/wcfsetup/install/files/lib/system/background/BackgroundQueueHandler.class.php @@ -4,6 +4,7 @@ use wcf\data\user\User; use wcf\system\background\job\AbstractBackgroundJob; use wcf\system\exception\LoggedException; use wcf\system\exception\SystemException; +use wcf\system\session\SessionHandler; use wcf\system\SingletonFactory; use wcf\system\WCF; -- 2.20.1