summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Client/MemoryStorages.cpp')
-rw-r--r--Swiften/Client/MemoryStorages.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Swiften/Client/MemoryStorages.cpp b/Swiften/Client/MemoryStorages.cpp
index f0f1493..fc65cd5 100644
--- a/Swiften/Client/MemoryStorages.cpp
+++ b/Swiften/Client/MemoryStorages.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2010-2013 Isode Limited. 2 * Copyright (c) 2010-2015 Isode Limited.
3 * All rights reserved. 3 * All rights reserved.
4 * See the COPYING file for more information. 4 * See the COPYING file for more information.
5 */ 5 */
@@ -9,7 +9,9 @@
9#include <Swiften/Avatars/AvatarMemoryStorage.h> 9#include <Swiften/Avatars/AvatarMemoryStorage.h>
10#include <Swiften/Disco/CapsMemoryStorage.h> 10#include <Swiften/Disco/CapsMemoryStorage.h>
11#include <Swiften/Roster/RosterMemoryStorage.h> 11#include <Swiften/Roster/RosterMemoryStorage.h>
12#ifdef SWIFT_EXPERIMENTAL_HISTORY
12#include <Swiften/History/SQLiteHistoryStorage.h> 13#include <Swiften/History/SQLiteHistoryStorage.h>
14#endif
13 15
14namespace Swift { 16namespace Swift {
15 17