diff options
| author | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2023-10-31 11:04:18 -0400 |
|---|---|---|
| committer | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2023-10-31 11:04:18 -0400 |
| commit | 28b036025d35853e2ff4ad0bd0c581768f93ece0 (patch) | |
| tree | 80e3b5b258dddb80431fbe44afd181831ea2e866 /include/shard | |
| parent | c00900c5bfbc23537bf7084a927e7fd2ef0a5c94 (diff) | |
| download | dynamic-extension-28b036025d35853e2ff4ad0bd0c581768f93ece0.tar.gz | |
VPTree Shard: updates to build on my desktop
Diffstat (limited to 'include/shard')
| -rw-r--r-- | include/shard/VPTree.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/shard/VPTree.h b/include/shard/VPTree.h index d9a15b1..978372b 100644 --- a/include/shard/VPTree.h +++ b/include/shard/VPTree.h @@ -14,6 +14,8 @@ #include <memory> #include <concepts> #include <map> +#include <unordered_map> +#include <functional> #include "framework/ShardRequirements.h" |