diff --git a/ets2panda/util/nameMangler.cpp b/ets2panda/util/nameMangler.cpp index 4880ca481d7a2ac48e678fe57979661061b7f146..50ce7e7647eb7a0a9b20bce84a0434bbac2440b1 100644 --- a/ets2panda/util/nameMangler.cpp +++ b/ets2panda/util/nameMangler.cpp @@ -15,6 +15,8 @@ #include "nameMangler.h" +#include + namespace ark::es2panda::util { std::string NameMangler::CreateMangledNameByTypeAndName(LangFeatureType type, const util::StringView &nodeName) { diff --git a/ets2panda/util/perfMetrics.cpp b/ets2panda/util/perfMetrics.cpp index 981ec934c40d631b1461b4f71c4f1e24e5b40a8e..91cbcbe7a536141f9e3d465f76ae9396d573ee02 100644 --- a/ets2panda/util/perfMetrics.cpp +++ b/ets2panda/util/perfMetrics.cpp @@ -18,6 +18,7 @@ #include "libpandabase/utils/logger.h" #include "libpandabase/utils/type_converter.h" #include "libpandabase/mem/mem.h" +#include #include #include #include