[packages/feathercoin] more missing includes

atler atler at pld-linux.org
Tue Jul 4 14:06:52 CEST 2023


commit dc271391580560fdcd2df32ce20ce8c56faeed34
Author: Jan Palus <atler at pld-linux.org>
Date:   Tue Jul 4 13:13:37 2023 +0200

    more missing includes

 missing-includes.patch | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
---
diff --git a/missing-includes.patch b/missing-includes.patch
index f8ab45d..09c307a 100644
--- a/missing-includes.patch
+++ b/missing-includes.patch
@@ -46,3 +46,23 @@ diff -ur Feathercoin-0.19.1.orig/src/qt/sendcoinsdialog.cpp Feathercoin-0.19.1/s
  static const std::array<int, 9> confTargets = { {2, 4, 6, 12, 24, 48, 144, 504, 1008} };
  int getConfTargetForIndex(int index) {
      if (index+1 > static_cast<int>(confTargets.size())) {
+--- bitcoin-22.0/src/support/lockedpool.cpp.orig	2021-09-08 20:16:07.000000000 +0200
++++ bitcoin-22.0/src/support/lockedpool.cpp	2023-07-04 11:29:13.358676698 +0200
+@@ -26,6 +26,7 @@
+ #include <limits.h> // for PAGESIZE
+ #include <unistd.h> // for sysconf
+ #endif
++#include <stdexcept>
+ 
+ #include <algorithm>
+ 
+--- bitcoin-22.0/src/util/bip32.h.orig	2021-09-08 20:16:07.000000000 +0200
++++ bitcoin-22.0/src/util/bip32.h	2023-07-04 11:31:38.309474568 +0200
+@@ -6,6 +6,7 @@
+ #define BITCOIN_UTIL_BIP32_H
+ 
+ #include <attributes.h>
++#include <cstdint>
+ #include <string>
+ #include <vector>
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/feathercoin.git/commitdiff/dc271391580560fdcd2df32ce20ce8c56faeed34



More information about the pld-cvs-commit mailing list