summaryrefslogtreecommitdiff
path: root/src/bucketed-array.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bucketed-array.hpp')
-rw-r--r--src/bucketed-array.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bucketed-array.hpp b/src/bucketed-array.hpp
index 0f8b395..cf34bdd 100644
--- a/src/bucketed-array.hpp
+++ b/src/bucketed-array.hpp
@@ -4,7 +4,7 @@
#include <cstddef>
#include <cassert>
-#include "vendor/pk.h"
+#include "pk.h"
constexpr pk_handle_bucket_index_T BucketContainerDefaultBucketCount = 16;
constexpr pk_handle_item_index_T BucketContainerDefaultItemCount = 256;