Skip to content

Commit b9f3099

Browse files
authoredJan 20, 2025
Fix for GCC15/c++23
GCC 15 default standard is C++23. This include is needed to build zxcvbn with that language level.
1 parent bc1e953 commit b9f3099

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎dict-generate.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
**********************************************************************************/
2424

2525
#include <algorithm>
26+
#include <cstdint>
2627
#include <iostream>
2728
#include <string>
2829
#include <fstream>

0 commit comments

Comments
 (0)