From 06af7439d7b804bb70a8e2e0e0d94d2aa216df6f Mon Sep 17 00:00:00 2001 From: topchetoeu <36534413+TopchetoEU@users.noreply.github.com> Date: Thu, 19 Jan 2023 11:29:04 +0200 Subject: [PATCH] fix: add include string --- include/lang/common.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/include/lang/common.hh b/include/lang/common.hh index b60780c..ef7178a 100644 --- a/include/lang/common.hh +++ b/include/lang/common.hh @@ -1,6 +1,7 @@ #pragma once #include +#include namespace ppc::lang { struct namespace_name_t : public std::vector {