diff options
Diffstat (limited to 'datastructures/test/fenwickTree2.cpp')
| -rw-r--r-- | datastructures/test/fenwickTree2.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/datastructures/test/fenwickTree2.cpp b/datastructures/test/fenwickTree2.cpp index 18ebcb7..3567b05 100644 --- a/datastructures/test/fenwickTree2.cpp +++ b/datastructures/test/fenwickTree2.cpp @@ -1,3 +1,4 @@ +#define sz ssize #include "../fenwickTree2.cpp" void test(int n) { |
