summaryrefslogtreecommitdiff
path: root/datastructures/test/monotonicConvexHull.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'datastructures/test/monotonicConvexHull.cpp')
-rw-r--r--datastructures/test/monotonicConvexHull.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/datastructures/test/monotonicConvexHull.cpp b/datastructures/test/monotonicConvexHull.cpp
index 62ea4cd..08927a2 100644
--- a/datastructures/test/monotonicConvexHull.cpp
+++ b/datastructures/test/monotonicConvexHull.cpp
@@ -1,3 +1,4 @@
+#define sz(X) ((int)size(X))
#include "../monotonicConvexHull.cpp"
int main() {