#include <sys/stat.h>
#include <sys/types.h>
+#include <cstdint>
#include <ctime>
#include <string>
#include <compression/types.hpp>
#include <core/types.hpp>
+#include <cstdint>
+
// Cache entry format
// ==================
//
#pragma once
+#include <cstdint>
#include <string>
namespace core {
-// Copyright (C) 2020-2021 Joel Rosdahl and other contributors
+// Copyright (C) 2020-2022 Joel Rosdahl and other contributors
//
// See doc/AUTHORS.adoc for a complete list of contributors.
//
#include <core/StatisticsCounters.hpp>
+#include <cstdint>
#include <string>
#include <unordered_map>
#include <vector>
-// Copyright (C) 2021 Joel Rosdahl and other contributors
+// Copyright (C) 2021-2022 Joel Rosdahl and other contributors
//
// See doc/AUTHORS.adoc for a complete list of contributors.
//
#pragma once
+#include <cstdint>
#include <string>
#include <vector>