Add missing import
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 9 Feb 2016 20:26:37 +0000 (21:26 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 9 Feb 2016 20:26:37 +0000 (21:26 +0100)
wcfsetup/install/files/lib/system/background/BackgroundQueueHandler.class.php

index c284961a195ca78714d76e58d37867dae0240df3..042ca28abf4d2221c4ce8da3f7f7598baf347633 100644 (file)
@@ -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;