diff options
Diffstat (limited to 'datastructures/test/persistent.cpp')
| -rw-r--r-- | datastructures/test/persistent.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/datastructures/test/persistent.cpp b/datastructures/test/persistent.cpp index d98569b..5e5f864 100644 --- a/datastructures/test/persistent.cpp +++ b/datastructures/test/persistent.cpp @@ -1,3 +1,4 @@ +#define all(X) begin(X), end(X) #include "../persistent.cpp" int main() { |
