diff options
Diffstat (limited to 'lib/edi/eti.hpp')
-rw-r--r-- | lib/edi/eti.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/edi/eti.hpp b/lib/edi/eti.hpp index 451ca48..372f098 100644 --- a/lib/edi/eti.hpp +++ b/lib/edi/eti.hpp @@ -24,10 +24,10 @@ #pragma once -#include <stdint.h> +#include <cstdint> #define PACKED __attribute__ ((packed)) -#include <time.h> +#include <ctime> namespace EdiDecoder { |