diff options
author | Tobias Markmann <tm@ayena.de> | 2015-02-03 10:22:36 (GMT) |
---|---|---|
committer | Tobias Markmann <tm@ayena.de> | 2015-02-03 10:22:36 (GMT) |
commit | e85159cf04a0fd12631fd6937b653e03ac0a6399 (patch) | |
tree | a946f577b6994cc20a3fa5c7222016a5790f4aee /Swiften | |
parent | b5fc240f1cf4e340e04177a23cb8cf827b9ca16b (diff) | |
download | swift-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.h | 2 |
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 { |