summaryrefslogtreecommitdiffstats
path: root/include/shard/Alex.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/shard/Alex.h')
-rw-r--r--include/shard/Alex.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/include/shard/Alex.h b/include/shard/Alex.h
index be5222c..9f794dc 100644
--- a/include/shard/Alex.h
+++ b/include/shard/Alex.h
@@ -16,15 +16,21 @@
#include <concepts>
#include "alex.h"
-#include "ds/PriorityQueue.h"
+#include "psu-ds/PriorityQueue.h"
#include "util/Cursor.h"
-#include "ds/BloomFilter.h"
+#include "psu-ds/BloomFilter.h"
#include "util/bf_config.h"
#include "framework/MutableBuffer.h"
#include "framework/RecordInterface.h"
#include "framework/ShardInterface.h"
#include "framework/QueryInterface.h"
+using psudb::CACHELINE_SIZE;
+using psudb::BloomFilter;
+using psudb::PriorityQueue;
+using psudb::queue_record;
+using psudb::Alias;
+
namespace de {
template <RecordInterface R>