From 6e35544a67e250b492f6c75abe3be597fc480ccd Mon Sep 17 00:00:00 2001
From: Mikael Nordfeldth <mmn@hethane.se>
Date: Tue, 3 Jun 2014 01:33:48 +0200
Subject: [PATCH] There were referenced in ActivityObject not autoloaded

---
 lib/activityobject.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/activityobject.php b/lib/activityobject.php
index c506b17e85..8772611b49 100644
--- a/lib/activityobject.php
+++ b/lib/activityobject.php
@@ -32,6 +32,8 @@ if (!defined('STATUSNET')) {
     exit(1);
 }
 
+require(INSTALLDIR.'/lib/activitystreamjsondocument.php');
+
 /**
  * A noun-ish thing in the activity universe
  *
-- 
2.39.5