Skip to content

Commit e287d0b

Browse files
committed
🛠 found a failure in another header !
1 parent 2ba3e4f commit e287d0b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

‎include/ztd/idk/is_array.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
#include <ztd/idk/version.hpp>
3737

3838
#include <type_traits>
39+
#include <array>
3940

4041
#include <ztd/prologue.hpp>
4142

‎tests/idk/inclusion/CMakeLists.txt

+6-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,9 @@
3030

3131
include(GenerateInclusionTest)
3232

33-
generate_inclusion_test(NAME "ztd.idk.tests.inclusion" BASE_DIRECTORY "../../../include" ROOTS "../../../include/ztd/idk" LINK_LIBRARIES ztd::idk)
33+
generate_inclusion_test(NAME "ztd.idk.tests.inclusion"
34+
BASE_DIRECTORY "../../../include"
35+
ROOTS "../../../include/ztd/idk"
36+
REGEX_EXCLUSIONS ".*\.g\.h" ".*\.g\.hpp"
37+
LINK_LIBRARIES ztd::idk
38+
)

0 commit comments

Comments
 (0)