diff options
author | Kai Blaschke <kai.blaschke@kb-dev.net> | 2024-02-19 14:13:15 +0100 |
---|---|---|
committer | Kai Blaschke <kai.blaschke@kb-dev.net> | 2024-02-19 14:13:33 +0100 |
commit | 86106b06d60fb7811e271b2299a65a5ecf68620e (patch) | |
tree | d10fa0518dd4c5ec9c6b245352458d9a5674eba8 /source/core/StarStaticVector.hpp | |
parent | c731eedeaf1c24e5c4444467c29510e091349ff1 (diff) |
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.
Diffstat (limited to 'source/core/StarStaticVector.hpp')
-rw-r--r-- | source/core/StarStaticVector.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |