summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
@@ -3,12 +3,14 @@
* All rights reserved.
* See the COPYING file for more information.
*/
#pragma once
+#include <string>
+
#include <Swiften/Base/ByteArray.h>
namespace Swift {
/*
* @brief This class represents a XEP-0300 <hash/> element.
*/