Skip to content

Commit

Permalink
add optional header
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed Sep 21, 2024
1 parent 070cf55 commit 4356ebf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/core/atomicdex/api/kdf/address_format.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>

Expand Down
1 change: 1 addition & 0 deletions src/core/atomicdex/api/kdf/kdf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
//! Deps
#include <antara/gaming/ecs/system.manager.hpp>
#include <nlohmann/json.hpp>
#include <optional>

//! Project Headers
#include "atomicdex/config/coins.cfg.hpp"
Expand Down
1 change: 1 addition & 0 deletions src/core/atomicdex/api/kdf/rpc_v2/rpc2.enable_erc20.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#pragma once

#include <string>
#include <optional>

#include <nlohmann/json_fwd.hpp> //> nlohmann::json
#include "atomicdex/api/kdf/rpc.hpp"
Expand Down
1 change: 1 addition & 0 deletions src/core/atomicdex/config/raw.kdf.coins.cfg.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//! Deps
#include <antara/gaming/core/real.path.hpp>
#include <nlohmann/json.hpp>
#include <optional>

//! Project
#include "atomicdex/api/kdf/kdf.constants.hpp"
Expand Down

0 comments on commit 4356ebf

Please sign in to comment.