aboutsummaryrefslogtreecommitdiff
path: root/private_join_and_compute/crypto/simultaneous_fixed_bases_exp.h
diff options
context:
space:
mode:
Diffstat (limited to 'private_join_and_compute/crypto/simultaneous_fixed_bases_exp.h')
-rw-r--r--private_join_and_compute/crypto/simultaneous_fixed_bases_exp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/private_join_and_compute/crypto/simultaneous_fixed_bases_exp.h b/private_join_and_compute/crypto/simultaneous_fixed_bases_exp.h
index 7a3921f..01fec90 100644
--- a/private_join_and_compute/crypto/simultaneous_fixed_bases_exp.h
+++ b/private_join_and_compute/crypto/simultaneous_fixed_bases_exp.h
@@ -30,11 +30,14 @@
#ifndef PRIVATE_JOIN_AND_COMPUTE_CRYPTO_SIMULTANEOUS_FIXED_BASES_H_
#define PRIVATE_JOIN_AND_COMPUTE_CRYPTO_SIMULTANEOUS_FIXED_BASES_H_
+#include <cstddef>
+#include <memory>
#include <vector>
#include "private_join_and_compute/crypto/big_num.h"
#include "private_join_and_compute/crypto/ec_point.h"
#include "private_join_and_compute/util/status.inc"
+
namespace private_join_and_compute {
// Template type definitions for elements of the multiplicative group mod n.