diff options
Diffstat (limited to 'lib/csapi/search.h')
-rw-r--r-- | lib/csapi/search.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/csapi/search.h b/lib/csapi/search.h index 8683413d..30095f32 100644 --- a/lib/csapi/search.h +++ b/lib/csapi/search.h @@ -6,7 +6,8 @@ #include "csapi/definitions/room_event_filter.h" -#include "events/eventloader.h" +#include "events/roomevent.h" +#include "events/stateevent.h" #include "jobs/basejob.h" namespace Quotient { |