Verified Commit 4d09d0f3 authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Add missing include to `posix_file/types.hpp`

parent b4c8ad19
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -26,6 +26,8 @@
#ifndef POSIX_FILE_TYPES_HPP
#define POSIX_FILE_TYPES_HPP

#include <cstddef>

namespace posix_file {

using offset = std::size_t;