]> git.pld-linux.org Git - packages/feathercoin.git/commitdiff
more missing includes
authorJan Palus <atler@pld-linux.org>
Tue, 4 Jul 2023 11:13:37 +0000 (13:13 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 4 Jul 2023 11:13:37 +0000 (13:13 +0200)
missing-includes.patch

index f8ab45d10ba6b319a8ed8bd2100cc10a02c26d1c..09c307a76eb8d50eed58113353d5f217e54c5196 100644 (file)
@@ -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>
This page took 0.193349 seconds and 4 git commands to generate.