Skip to content

Commit

Permalink
android imports
Browse files Browse the repository at this point in the history
  • Loading branch information
boorad committed May 21, 2024
1 parent ca80c66 commit 08fd483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/webcrypto/crypto_ec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include <openssl/ec.h>
#include <string>
#include <utility>
#include <MGLJSIUtils.h>

namespace margelo {
namespace jsi = facebook::jsi;
Expand Down
2 changes: 2 additions & 0 deletions cpp/webcrypto/crypto_ec.h
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 08fd483

Please sign in to comment.