aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-06-23 15:15:18 +0100
committerMark Haines <mark.haines@matrix.org>2015-06-23 15:15:18 +0100
commit10e7e8123dac04d62897f29cdbd17e397cc2e854 (patch)
treebb29e050ae800a00d44a9aa2b592ce463989e61c /include
parent39a08733094a4dc0870b9a36c182b4009f7811c1 (diff)
Add missing include, fix bug in handling unknown message fields
Diffstat (limited to 'include')
-rw-r--r--include/axolotl/cipher.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/axolotl/cipher.hh b/include/axolotl/cipher.hh
index 93974fd..5a077aa 100644
--- a/include/axolotl/cipher.hh
+++ b/include/axolotl/cipher.hh
@@ -17,6 +17,7 @@
#define AXOLOTL_CIPHER_HH_
#include <cstdint>
+#include <cstddef>
namespace axolotl {