diff --git a/cpp/webcrypto/crypto_ec.cpp b/cpp/webcrypto/crypto_ec.cpp index 3b66b26b..a8ca8f7c 100644 --- a/cpp/webcrypto/crypto_ec.cpp +++ b/cpp/webcrypto/crypto_ec.cpp @@ -10,7 +10,6 @@ #include #include #include -#include namespace margelo { namespace jsi = facebook::jsi; diff --git a/cpp/webcrypto/crypto_ec.h b/cpp/webcrypto/crypto_ec.h index 608fd21f..8141420c 100644 --- a/cpp/webcrypto/crypto_ec.h +++ b/cpp/webcrypto/crypto_ec.h @@ -15,9 +15,11 @@ #ifdef ANDROID #include "Utils/MGLUtils.h" #include "webcrypto/MGLWebCrypto.h" +#include "JSIUtils/MGLJSIUtils.h" #else #include "MGLUtils.h" #include "MGLWebCrypto.h" +#include "MGLJSIUtils.h" #endif