summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandr Akulich <akulichalexander@gmail.com>2016-06-12 15:45:16 +0500
committerAlexandr Akulich <akulichalexander@gmail.com>2016-06-12 15:47:59 +0500
commita0fc4812380ce96cdddc6f2ab4009451263be9fb (patch)
tree686889e4809d44a1d74b90cbd6caefaba36548a5
parentb1838e66ba197bcd55b9ebb824ecb216881ae3d1 (diff)
Added QVariantMap include to FileTransferChannelCreationProperties.
Fixes build with Qt4, broken after 0b50d12a56e619e93f6b0943399e5fa4d45c4c92.
-rw-r--r--TelepathyQt/file-transfer-channel-creation-properties.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/TelepathyQt/file-transfer-channel-creation-properties.h b/TelepathyQt/file-transfer-channel-creation-properties.h
index 3e1c5b69..ac72ef89 100644
--- a/TelepathyQt/file-transfer-channel-creation-properties.h
+++ b/TelepathyQt/file-transfer-channel-creation-properties.h
@@ -34,6 +34,7 @@
#include <QMetaType>
#include <QSharedDataPointer>
#include <QString>
+#include <QVariantMap>
namespace Tp
{