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:
parent
c731eedeaf
commit
86106b06d6
@ -2,6 +2,7 @@
|
||||
#define STAR_STATIC_VECTOR_HPP
|
||||
|
||||
#include "StarException.hpp"
|
||||
#include "StarFormat.hpp"
|
||||
|
||||
namespace Star {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user