File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
// Copyright (c) 2009-2010 Satoshi Nakamoto
2
- // Copyright (c) 2009-2022 The Bitcoin Core developers
2
+ // Copyright (c) 2009-present The Bitcoin Core developers
3
3
// Distributed under the MIT software license, see the accompanying
4
4
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
5
12
12
#ifndef WIN32
13
13
#include < sys/stat.h>
14
14
#else
15
+ #include < compat/compat.h>
15
16
#include < codecvt>
16
17
#endif
17
18
Original file line number Diff line number Diff line change 1
1
// Copyright (c) 2009-2010 Satoshi Nakamoto
2
- // Copyright (c) 2009-2022 The Bitcoin Core developers
2
+ // Copyright (c) 2009-present The Bitcoin Core developers
3
3
// Distributed under the MIT software license, see the accompanying
4
4
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
5
10
10
#include < config/bitcoin-config.h>
11
11
#endif
12
12
13
- #include < compat/compat.h>
14
-
15
- #include < set>
16
- #include < stdint.h>
13
+ #include < cstdint>
17
14
#include < string>
18
15
19
16
// Application startup time (used for uptime calculation)
You can’t perform that action at this time.
0 commit comments