diff options
author | LDA <lda@ldasuku.net> | 2024-06-16 09:28:28 -0700 |
---|---|---|
committer | LDA <lda@ldasuku.net> | 2024-06-16 09:28:28 -0700 |
commit | 6ded71d9eb0690fd55a38d9c7b7582c55ef38ccb (patch) | |
tree | eb57fe4b8b24954280e501f12d62eee30486aaa3 /source/test | |
parent | fc506003035c86914a2d18069871731696b2f173 (diff) |
tests can link again AND THEY PASS!!!
Diffstat (limited to 'source/test')
-rw-r--r-- | source/test/small_vector_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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" |