Skip to content

Commit 077a875

Browse files
committed
refactor: include a missing <limits> header in fs.cpp
... needed for std::numeric_limits<T>::max on WIN32
1 parent 12ff899 commit 077a875

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fs.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#define NOMINMAX
1717
#endif
1818
#include <codecvt>
19+
#include <limits>
1920
#include <windows.h>
2021
#endif
2122

0 commit comments

Comments
 (0)