From 23be4cfd02ccb942dc607ee94dcef05d9a8a9bcd Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Sun, 11 Sep 2022 15:41:51 +0100 Subject: [PATCH] Attempt to fix clang CI error --- .github/workflows/clang.yml | 2 +- include/etl/unordered_map.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/clang.yml b/.github/workflows/clang.yml index 3b0b5ae8..939d5b98 100644 --- a/.github/workflows/clang.yml +++ b/.github/workflows/clang.yml @@ -1,7 +1,7 @@ name: clang on: push: - branches: [ development ] + branches: [ hotfix/attempt-to-fix-clang-ci-error ] pull_request: branches: [ master ] diff --git a/include/etl/unordered_map.h b/include/etl/unordered_map.h index 5cb372de..89f197f8 100644 --- a/include/etl/unordered_map.h +++ b/include/etl/unordered_map.h @@ -52,6 +52,8 @@ SOFTWARE. #include "placement_new.h" #include "initializer_list.h" +#include + #include //*****************************************************************************