mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 04:12:36 -03:00
refactor: include a missing <limits> header in fs.cpp
... needed for std::numeric_limits<T>::max on WIN32
This commit is contained in:
parent
12ff8993bc
commit
077a875d94
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
#define NOMINMAX
|
||||
#endif
|
||||
#include <codecvt>
|
||||
#include <limits>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue