From 10e7e8123dac04d62897f29cdbd17e397cc2e854 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Tue, 23 Jun 2015 15:15:18 +0100 Subject: Add missing include, fix bug in handling unknown message fields --- include/axolotl/cipher.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'include/axolotl') 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 +#include namespace axolotl { -- cgit v1.2.3