includes/type: Fixed missing preprocessor instructions in size type library

This commit is contained in:
Nik
2022-10-03 08:37:05 +02:00
committed by GitHub
parent 5c9a7b1ac0
commit e6c800b71c

View File

@@ -1,3 +1,6 @@
#pragma once
#include <std/io.pat>
namespace type {
using Size8 = u8 [[format("type::impl::size_formatter")]];