From 277be6dd08633dbebfda93afdfc6b5cb57e053e0 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Mon, 8 Apr 2024 13:18:22 +0200 Subject: Use properly included standard library types by default --- src/utils/archive/archive_ops.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/utils/archive/archive_ops.hpp') diff --git a/src/utils/archive/archive_ops.hpp b/src/utils/archive/archive_ops.hpp index 933bb814..89151790 100644 --- a/src/utils/archive/archive_ops.hpp +++ b/src/utils/archive/archive_ops.hpp @@ -15,6 +15,7 @@ #ifndef INCLUDED_SRC_UTILS_ARCHIVE_ARCHIVE_OPS_HPP #define INCLUDED_SRC_UTILS_ARCHIVE_ARCHIVE_OPS_HPP +#include #include #include @@ -25,7 +26,7 @@ using archive = struct archive; using archive_entry = struct archive_entry; } -enum class ArchiveType : size_t { +enum class ArchiveType : std::size_t { Zip, _7Zip, ZipAuto, // autodetect zip-like archives -- cgit v1.2.3