diff options
Diffstat (limited to 'apt-pkg/pkgcache.h')
| -rw-r--r-- | apt-pkg/pkgcache.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apt-pkg/pkgcache.h b/apt-pkg/pkgcache.h index 55baa3cef..7c16f0dee 100644 --- a/apt-pkg/pkgcache.h +++ b/apt-pkg/pkgcache.h @@ -77,10 +77,10 @@ #include <apt-pkg/macros.h> #include <apt-pkg/mmap.h> -#include <cstddef> // required for nullptr_t +#include <cstddef> // required for nullptr_t +#include <cstdint> +#include <ctime> #include <string> -#include <stdint.h> -#include <time.h> #include <apt-pkg/string_view.h> |
