Skip to content

Commit

Permalink
wallet2_api: forward declare wallet2
Browse files Browse the repository at this point in the history
  • Loading branch information
tobtoht committed Jan 5, 2024
1 parent 34aacb1 commit fedd2d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/wallet/api/wallet2_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
#include <stdexcept>
#include <cstdint>

#include "wallet/wallet2.h"
namespace tools {
class wallet2;
}

// Public interface for libwallet library
namespace Monero {
Expand Down

0 comments on commit fedd2d2

Please sign in to comment.