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.
This commit is contained in:
Kai Blaschke 2024-02-19 14:13:15 +01:00
parent c731eedeaf
commit 86106b06d6
No known key found for this signature in database
GPG Key ID: B014B6811527389F

View File

@ -2,6 +2,7 @@
#define STAR_STATIC_VECTOR_HPP
#include "StarException.hpp"
#include "StarFormat.hpp"
namespace Star {