mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Attempt to fix clang CI error
This commit is contained in:
parent
38458a71e3
commit
23be4cfd02
2
.github/workflows/clang.yml
vendored
2
.github/workflows/clang.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: clang
|
||||
on:
|
||||
push:
|
||||
branches: [ development ]
|
||||
branches: [ hotfix/attempt-to-fix-clang-ci-error ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
|
||||
@ -52,6 +52,8 @@ SOFTWARE.
|
||||
#include "placement_new.h"
|
||||
#include "initializer_list.h"
|
||||
|
||||
#include <unordered_map>
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
//*****************************************************************************
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user