From 311585fda77de9e41c7b44a9b75b227163e89e5e Mon Sep 17 00:00:00 2001 From: "Douglas B. Rumbaugh" Date: Fri, 9 Jun 2023 10:41:14 -0400 Subject: triespline tests: added header For some reason, this is necessary on some of my machines for the test to build. --- tests/triespline_tests.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/triespline_tests.cpp b/tests/triespline_tests.cpp index c3bd707..6f63961 100644 --- a/tests/triespline_tests.cpp +++ b/tests/triespline_tests.cpp @@ -10,6 +10,8 @@ * */ +#include + #include "shard/TrieSpline.h" #include "testing.h" -- cgit v1.2.3