summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2015-02-03 10:22:36 (GMT)
committerTobias Markmann <tm@ayena.de>2015-02-03 10:22:36 (GMT)
commite85159cf04a0fd12631fd6937b653e03ac0a6399 (patch)
treea946f577b6994cc20a3fa5c7222016a5790f4aee /Swiften
parentb5fc240f1cf4e340e04177a23cb8cf827b9ca16b (diff)
downloadswift-e85159cf04a0fd12631fd6937b653e03ac0a6399.zip
swift-e85159cf04a0fd12631fd6937b653e03ac0a6399.tar.bz2
Add missing include for std::string
Test-Information: Unit tests succeed on OS X 10.9.5. Change-Id: Ie683dd1110640b1b5ce988f44f17cd3588663342
Diffstat (limited to 'Swiften')
-rw-r--r--Swiften/Elements/HashElement.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Swiften/Elements/HashElement.h b/Swiften/Elements/HashElement.h
index 44d2f96..9bab7ef 100644
--- a/Swiften/Elements/HashElement.h
+++ b/Swiften/Elements/HashElement.h
@@ -6,6 +6,8 @@
#pragma once
+#include <string>
+
#include <Swiften/Base/ByteArray.h>
namespace Swift {