From e6c800b71c23d49b39c4e65f243f316c77c894f8 Mon Sep 17 00:00:00 2001 From: Nik Date: Mon, 3 Oct 2022 08:37:05 +0200 Subject: [PATCH] includes/type: Fixed missing preprocessor instructions in size type library --- includes/type/size.pat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/type/size.pat b/includes/type/size.pat index 71e3b79..d891910 100644 --- a/includes/type/size.pat +++ b/includes/type/size.pat @@ -1,3 +1,6 @@ +#pragma once +#include + namespace type { using Size8 = u8 [[format("type::impl::size_formatter")]];