diff options
Diffstat (limited to 'src/time/ISO8601.hxx')
-rw-r--r-- | src/time/ISO8601.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/time/ISO8601.hxx b/src/time/ISO8601.hxx index 061e8f529..eec40da69 100644 --- a/src/time/ISO8601.hxx +++ b/src/time/ISO8601.hxx @@ -38,7 +38,7 @@ #include <chrono> #include <utility> -#include <stddef.h> +#include <cstddef> struct tm; template<size_t CAPACITY> class StringBuffer; |