File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11// Copyright (c) 2009-2010 Satoshi Nakamoto
2- // Copyright (c) 2009-2022 The Bitcoin Core developers
2+ // Copyright (c) 2009-present The Bitcoin Core developers
33// Distributed under the MIT software license, see the accompanying
44// file COPYING or http://www.opensource.org/licenses/mit-license.php.
55
1212#ifndef WIN32
1313#include < sys/stat.h>
1414#else
15+ #include < compat/compat.h>
1516#include < codecvt>
1617#endif
1718
Original file line number Diff line number Diff line change 11// Copyright (c) 2009-2010 Satoshi Nakamoto
2- // Copyright (c) 2009-2022 The Bitcoin Core developers
2+ // Copyright (c) 2009-present The Bitcoin Core developers
33// Distributed under the MIT software license, see the accompanying
44// file COPYING or http://www.opensource.org/licenses/mit-license.php.
55
1010#include < config/bitcoin-config.h>
1111#endif
1212
13- #include < compat/compat.h>
14-
15- #include < set>
16- #include < stdint.h>
13+ #include < cstdint>
1714#include < string>
1815
1916// Application startup time (used for uptime calculation)
You can’t perform that action at this time.
0 commit comments