summaryrefslogtreecommitdiffstats
path: root/tests/triespline_tests.cpp
diff options
context:
space:
mode:
authorDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2023-06-09 10:41:14 -0400
committerDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2023-06-09 10:41:14 -0400
commit311585fda77de9e41c7b44a9b75b227163e89e5e (patch)
tree6befab0ca39109ad4b7f7ea095223a39d02f57a3 /tests/triespline_tests.cpp
parent7bcbc7cb07887a8f49e6fbde361acbbee26c6147 (diff)
downloaddynamic-extension-311585fda77de9e41c7b44a9b75b227163e89e5e.tar.gz
triespline tests: added <functional> header
For some reason, this is necessary on some of my machines for the test to build.
Diffstat (limited to 'tests/triespline_tests.cpp')
-rw-r--r--tests/triespline_tests.cpp2
1 files changed, 2 insertions, 0 deletions
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 <functional>
+
#include "shard/TrieSpline.h"
#include "testing.h"