From 86106b06d60fb7811e271b2299a65a5ecf68620e Mon Sep 17 00:00:00 2001 From: Kai Blaschke Date: Mon, 19 Feb 2024 14:13:15 +0100 Subject: [PATCH] Add StarFormat.h include to fix test compilation on UNIX Linker otherwise can't find a specialized template instance for strf() in a test. Adding the include file will locally generate the missing specialization. --- source/core/StarStaticVector.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/core/StarStaticVector.hpp b/source/core/StarStaticVector.hpp index 3a4a7cc..18ddaae 100644 --- a/source/core/StarStaticVector.hpp +++ b/source/core/StarStaticVector.hpp @@ -2,6 +2,7 @@ #define STAR_STATIC_VECTOR_HPP #include "StarException.hpp" +#include "StarFormat.hpp" namespace Star {