Skip to content

Commit

Permalink
Missing #include in buynamespage.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Red Army Fraction authored and redarmyfaction committed Jan 2, 2023
1 parent 8f2f7d1 commit 53a0fe5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/qt/buynamespage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

#include <QMessageBox>

#include <optional>

BuyNamesPage::BuyNamesPage(const PlatformStyle *platformStyle, QWidget *parent) :
QWidget(parent),
platformStyle(platformStyle),
Expand Down
1 change: 1 addition & 0 deletions src/qt/buynamespage.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <qt/platformstyle.h>

#include <QWidget>
#include <optional>

class WalletModel;

Expand Down

0 comments on commit 53a0fe5

Please sign in to comment.