From 230103a15d9da42ba72af65f313b8b2bac8fed84 Mon Sep 17 00:00:00 2001 From: jbop1626 <34898270+jbop1626@users.noreply.github.com> Date: Sat, 6 Oct 2018 12:09:13 -0400 Subject: [PATCH] #include for memcpy Thanks to @jason0597 for pointing this out --- src/ecc/ecc.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ecc/ecc.cpp b/src/ecc/ecc.cpp index 17b6c7b..01e033a 100644 --- a/src/ecc/ecc.cpp +++ b/src/ecc/ecc.cpp @@ -6,7 +6,7 @@ This might or might not change in the future. It is intended to be used for doing operations on keys which are already known. - Copyright © 2018 Jbop (https://github.com/jbop1626); + Copyright © 2018 Jbop (https://github.com/jbop1626); Modification of a part of iQueCrypt (https://github.com/jbop1626/iquecrypt) @@ -27,6 +27,7 @@ */ #include #include +#include #include "ecc.hpp" /*