1 2 3 4 5 6 7 8 9 10 11 12 13
https://github.com/BYVoid/OpenCC/pull/894 Fix missing cstdint for GCC 15 --- a/src/SerializedValues.cpp +++ b/src/SerializedValues.cpp @@ -17,6 +17,7 @@ */ #include <cassert> +#include <cstdint> #include <cstring> #include "Lexicon.hpp"