diff options
Diffstat (limited to 'src/fs/io/Reader.hxx')
-rw-r--r-- | src/fs/io/Reader.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/io/Reader.hxx b/src/fs/io/Reader.hxx index 547d27a56..b75f73cc3 100644 --- a/src/fs/io/Reader.hxx +++ b/src/fs/io/Reader.hxx @@ -32,7 +32,7 @@ #include "util/Compiler.h" -#include <stddef.h> +#include <cstddef> /** * An interface that can read bytes from a stream until the stream |