summaryrefslogtreecommitdiff
path: root/lib/queuehandler.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/queuehandler.php')
-rw-r--r--lib/queuehandler.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/queuehandler.php b/lib/queuehandler.php
index 237df9a7b..23f295c45 100644
--- a/lib/queuehandler.php
+++ b/lib/queuehandler.php
@@ -22,6 +22,8 @@ define('CLAIM_TIMEOUT', 1200);
if (!defined('LACONICA')) { exit(1); }
require_once(INSTALLDIR.'/lib/daemon.php');
+require_once(INSTALLDIR.'/classes/Queue_item.php');
+require_once(INSTALLDIR.'/classes/Notice.php');
class QueueHandler extends Daemon {