From 0d65f188f05d4d712d6437c80cc4aff8b6e5faeb Mon Sep 17 00:00:00 2001 From: apio Date: Sun, 18 Dec 2022 16:30:27 +0100 Subject: [PATCH] Alignment.h: Include the Types --- luna/include/luna/Alignment.h | 1 + 1 file changed, 1 insertion(+) diff --git a/luna/include/luna/Alignment.h b/luna/include/luna/Alignment.h index 02e04d92..f6f127dc 100644 --- a/luna/include/luna/Alignment.h +++ b/luna/include/luna/Alignment.h @@ -1,5 +1,6 @@ #pragma once #include +#include // Must ALWAYS be called with a power of two as alignment. template constexpr T is_aligned(T value)