Commit f6f87513 authored by Max Kellermann's avatar Max Kellermann

io/FileReader: add missing include for uint64_t

parent abb28593
...@@ -42,6 +42,8 @@ ...@@ -42,6 +42,8 @@
#include "io/UniqueFileDescriptor.hxx" #include "io/UniqueFileDescriptor.hxx"
#endif #endif
#include <cstdint>
class Path; class Path;
class FileInfo; class FileInfo;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment