diff options
| author | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2023-06-09 10:41:14 -0400 |
|---|---|---|
| committer | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2023-06-09 10:41:14 -0400 |
| commit | 311585fda77de9e41c7b44a9b75b227163e89e5e (patch) | |
| tree | 6befab0ca39109ad4b7f7ea095223a39d02f57a3 /tests/triespline_tests.cpp | |
| parent | 7bcbc7cb07887a8f49e6fbde361acbbee26c6147 (diff) | |
| download | dynamic-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.cpp | 2 |
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" |