aboutsummaryrefslogtreecommitdiff
path: root/src/prevector.h
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-11-29 21:18:24 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-11-29 21:23:25 +0200
commit98fbd1cdffaa69357091cc67e959ac21119dfa16 (patch)
treec96705619b933d9126b2f94cef8be461b1950ef6 /src/prevector.h
parentb66861e2e5e8a49e11e7489cf22c3007bc7082cc (diff)
downloadbitcoin-98fbd1cdffaa69357091cc67e959ac21119dfa16.tar.xz
Use correct C++11 header for std::swap()
Diffstat (limited to 'src/prevector.h')
-rw-r--r--src/prevector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prevector.h b/src/prevector.h
index d307495fbe..4fb07688ff 100644
--- a/src/prevector.h
+++ b/src/prevector.h
@@ -13,6 +13,7 @@
#include <algorithm>
#include <cstddef>
#include <type_traits>
+#include <utility>
#pragma pack(push, 1)
/** Implements a drop-in replacement for std::vector<T> which stores up to N