1
0
forked from Alepha/Alepha

Some Alepha.h header inclusions were missing.

This commit is contained in:
2023-10-29 23:35:33 -04:00
parent b93e2060a8
commit d6160b430f
3 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,8 @@ static_assert( __cplusplus > 2020'00 );
#pragma once
#include <Alepha/Alepha.h>
#include <tuple>
#include <type_traits>
#include <functional>

2
meta.h
View File

@ -2,6 +2,8 @@ static_assert( __cplusplus > 2020'00 );
#pragma once
#include <Alepha/Alepha.h>
#include <type_traits>
#include <tuple>
#include <vector>

View File

@ -2,6 +2,8 @@ static_assert( __cplusplus > 2020'00 );
#pragma once
#include <Alepha/Alepha.h>
#include <type_traits>
namespace Alepha::Hydrogen ::detail:: type_lisp