Skip to content

Commit

Permalink
ubuntu 22
Browse files Browse the repository at this point in the history
  • Loading branch information
cipig committed Aug 21, 2024
1 parent a9e8eae commit 0ac6598
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/atomicdex/api/kdf/rpc_v2/rpc2.enable_erc20.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

#pragma once

#include <optional>
#include <string>

#include <nlohmann/json_fwd.hpp> //> nlohmann::json
Expand Down Expand Up @@ -56,4 +57,4 @@ namespace atomic_dex::kdf

void to_json(nlohmann::json& j, const enable_erc20_rpc_request& request);
void from_json(const nlohmann::json& j, enable_erc20_rpc_result& in);
}
}

0 comments on commit 0ac6598

Please sign in to comment.