1
0
forked from Alepha/Alepha

IWYU for OStreamable using delimited list.

This commit is contained in:
2024-04-04 22:25:56 -04:00
parent 379a2b4dc2
commit 541a945605

View File

@ -9,6 +9,7 @@ static_assert( __cplusplus > 2020'99 );
#include <Alepha/Capabilities.h> #include <Alepha/Capabilities.h>
#include <Alepha/template_for_each.h> #include <Alepha/template_for_each.h>
#include <Alepha/string_algorithms.h> #include <Alepha/string_algorithms.h>
#include <Alepha/delimited_list.h>
#include <Alepha/Concepts.h> #include <Alepha/Concepts.h>
#include <Alepha/Reflection/tuplizeAggregate.h> #include <Alepha/Reflection/tuplizeAggregate.h>