summaryrefslogtreecommitdiff
path: root/graph/test/LCA_sparse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graph/test/LCA_sparse.cpp')
-rw-r--r--graph/test/LCA_sparse.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/graph/test/LCA_sparse.cpp b/graph/test/LCA_sparse.cpp
index c45111c..c8b0017 100644
--- a/graph/test/LCA_sparse.cpp
+++ b/graph/test/LCA_sparse.cpp
@@ -1,4 +1,6 @@
#include "util.cpp"
+#define all(X) begin(X), end(X)
+#define sz ssize
#include "../../datastructures/sparseTable.cpp"
#include "../LCA_sparse.cpp"