summaryrefslogtreecommitdiff
path: root/community/namecoin/fix-missing-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/namecoin/fix-missing-include.patch')
-rw-r--r--community/namecoin/fix-missing-include.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/community/namecoin/fix-missing-include.patch b/community/namecoin/fix-missing-include.patch
new file mode 100644
index 00000000000..1d732a01a82
--- /dev/null
+++ b/community/namecoin/fix-missing-include.patch
@@ -0,0 +1,14 @@
+
+diff --git a/src/qt/buynamespage.h b/src/qt/buynamespage.h
+index 03a565c..1aa3097 100644
+--- a/src/qt/buynamespage.h
++++ b/src/qt/buynamespage.h
+@@ -5,6 +5,8 @@
+
+ #include <QWidget>
+
++#include <optional>
++
+ class WalletModel;
+
+ namespace Ui {