forked from Alepha/Alepha
Fix building of Memory/Buffer.h
This commit is contained in:
@ -2,7 +2,7 @@ static_assert( __cplusplus > 2020'99 );
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <Alepha.h>
|
#include <Alepha/Alepha.h>
|
||||||
|
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
@ -15,15 +15,14 @@ static_assert( __cplusplus > 2020'99 );
|
|||||||
#include <exception>
|
#include <exception>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
|
||||||
#include <Alepha/Constness.h>
|
|
||||||
#include <Alepha/lifetime.h>
|
#include <Alepha/lifetime.h>
|
||||||
|
#include <Alepha/Constness.h>
|
||||||
|
#include <Alepha/Capabilities.h>
|
||||||
|
#include <Alepha/assertion.h>
|
||||||
|
#include <Alepha/Concepts.h>
|
||||||
|
|
||||||
#include <Alepha/IOStreams/String.h>
|
#include <Alepha/IOStreams/String.h>
|
||||||
|
|
||||||
#include "Concepts.h"
|
|
||||||
#include "assertion.h"
|
|
||||||
#include "Capabilities.h"
|
|
||||||
|
|
||||||
|
|
||||||
namespace Alepha::Hydrogen ::detail:: Buffer_m
|
namespace Alepha::Hydrogen ::detail:: Buffer_m
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user