Alignment.h: Include the Types

This commit is contained in:
apio 2022-12-18 16:30:27 +01:00
parent 730d0682ee
commit 0d65f188f0
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -1,5 +1,6 @@
#pragma once
#include <luna/TypeTraits.h>
#include <luna/Types.h>
// Must ALWAYS be called with a power of two as alignment.
template <usize alignment, typename T> constexpr T is_aligned(T value)