From eea041e8ebafbe9a8a1b18e379f51dab03ab9a70 Mon Sep 17 00:00:00 2001 From: redracer Date: Fri, 24 May 2024 16:10:37 -0400 Subject: [PATCH] Fix #326 Arch Compile Issue "copy_n is not a member of 'std';" added #include to Common.h, needed for "copy_n" --- include/Common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/Common.h b/include/Common.h index cd8894d..46a954a 100644 --- a/include/Common.h +++ b/include/Common.h @@ -18,6 +18,7 @@ #pragma once +#include #include #include #include