blob: f162222fc20a8442783ba7c2d3ef5d1f78db258b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
diff --git a/src/chainparamsbase.h b/src/chainparamsbase.h
index 3919325a46d9d14179e5968de1b91ded296152a0..c65d0dbe0958d771d71cc2306ce6352b2183ba4b 100644
--- a/src/chainparamsbase.h
+++ b/src/chainparamsbase.h
@@ -1,10 +1,11 @@
// Copyright (c) 2014-2015 The Bitcoin Core developers
-// Copyright (c) 2017-2022 The Bitcoin developers
+// Copyright (c) 2017-2025 The Bitcoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#pragma once
+#include <cstdint>
#include <memory>
#include <string>
#include <vector>
|