diff options
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" |