summaryrefslogtreecommitdiffstats
path: root/include/shard
diff options
context:
space:
mode:
authorDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2023-10-31 11:04:18 -0400
committerDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2023-10-31 11:04:18 -0400
commit28b036025d35853e2ff4ad0bd0c581768f93ece0 (patch)
tree80e3b5b258dddb80431fbe44afd181831ea2e866 /include/shard
parentc00900c5bfbc23537bf7084a927e7fd2ef0a5c94 (diff)
downloaddynamic-extension-28b036025d35853e2ff4ad0bd0c581768f93ece0.tar.gz
VPTree Shard: updates to build on my desktop
Diffstat (limited to 'include/shard')
-rw-r--r--include/shard/VPTree.h2
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"