Skip to content

Commit

Permalink
Include algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshiotomakan committed Oct 15, 2024
1 parent 8c26003 commit e332ff2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Groestlcoin/Address.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
// Copyright © 2017 Trust Wallet.

#include "Address.h"
#include "Base58.h"

#include "../Base58.h"
#include <algorithm>
#include <TrezorCrypto/ecdsa.h>

namespace TW::Groestlcoin {
Expand Down
3 changes: 2 additions & 1 deletion src/Nano/Signer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
#include "../BinaryCoding.h"
#include "../HexCoding.h"
#include "../uint256.h"
#include <nlohmann/json.hpp>

#include <algorithm>
#include <nlohmann/json.hpp>
#include <google/protobuf/util/json_util.h>

using namespace TW;
Expand Down
1 change: 1 addition & 0 deletions src/interface/TWCardano.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
//
// Copyright © 2017 Trust Wallet.

#include <algorithm>
#include <TrustWalletCore/TWCardano.h>

#include "Cardano/Transaction.h"
Expand Down

0 comments on commit e332ff2

Please sign in to comment.