Attempt to fix clang CI error

This commit is contained in:
John Wellbelove 2022-09-11 15:41:51 +01:00
parent 38458a71e3
commit 23be4cfd02
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
name: clang
on:
push:
branches: [ development ]
branches: [ hotfix/attempt-to-fix-clang-ci-error ]
pull_request:
branches: [ master ]

View File

@ -52,6 +52,8 @@ SOFTWARE.
#include "placement_new.h"
#include "initializer_list.h"
#include <unordered_map>
#include <stddef.h>
//*****************************************************************************