add concepts lib to addresser

This commit is contained in:
altalk23 2023-01-30 17:29:41 +03:00
parent ad26184691
commit 5c2db47104

View file

@ -12,6 +12,7 @@
#include <cstdlib>
#include <stddef.h>
#include <type_traits>
#include <concepts>
namespace geode::addresser {