From f3ad56d7cbcf1282df054b34fbefe8eee1f78cb4 Mon Sep 17 00:00:00 2001 From: Ruben Perez Date: Fri, 19 Sep 2025 13:31:12 +0200 Subject: [PATCH] Missing static_assert dependency in appveyor --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 445ac97e..68e41059 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -62,6 +62,7 @@ install: - git submodule update --init libs/core - git submodule update --init libs/assert - git submodule update --init libs/type_traits + - git submodule update --init libs/static_assert - bootstrap - b2 headers