From d02f9995a8b7edb932c61265bef9dfea718a3657 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Fri, 27 May 2016 16:05:24 +0100 Subject: rct: add serialization machinery to rct types --- src/serialization/crypto.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'src/serialization') diff --git a/src/serialization/crypto.h b/src/serialization/crypto.h index 3644b0e03..9babe698d 100644 --- a/src/serialization/crypto.h +++ b/src/serialization/crypto.h @@ -37,6 +37,7 @@ #include "crypto/chacha8.h" #include "crypto/crypto.h" #include "crypto/hash.h" +#include "ringct/rctTypes.h" // read template