From 6ded71d9eb0690fd55a38d9c7b7582c55ef38ccb Mon Sep 17 00:00:00 2001 From: LDA Date: Sun, 16 Jun 2024 09:28:28 -0700 Subject: [PATCH] tests can link again AND THEY PASS!!! --- source/test/small_vector_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/test/small_vector_test.cpp b/source/test/small_vector_test.cpp index 387c6a9..c739236 100644 --- a/source/test/small_vector_test.cpp +++ b/source/test/small_vector_test.cpp @@ -1,4 +1,5 @@ #include "StarSmallVector.hpp" +#include "StarFormat.hpp" #include "gtest/gtest.h"