1
0
forked from Alepha/Alepha

Missing #pragma once.

This commit is contained in:
2023-11-29 08:09:52 -05:00
parent eb0d467e18
commit 3b707be882

View File

@ -8,6 +8,8 @@ static_assert( __cplusplus > 2020'99 );
* @author ADAM David Alan Martin
*/
#pragma once
#include <Alepha/Alepha.h>
#include <vector>