mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-09-08 22:58:03 -04:00
Add missing include.
`uint64_t` type (used by `beautifyFileSize`) need to be declared.
This commit is contained in:
parent
de517330f6
commit
1be5424711
@ -23,6 +23,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include <cstdint>
|
||||
|
||||
namespace kiwix {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user