diff --git a/data_structures/reverse_a_linked_list.cpp b/data_structures/reverse_a_linked_list.cpp index f1eb93bc0..76cb11749 100644 --- a/data_structures/reverse_a_linked_list.cpp +++ b/data_structures/reverse_a_linked_list.cpp @@ -21,6 +21,7 @@ *[A graphic explanation and view of what's happening behind the *scenes](https://drive.google.com/file/d/1pM5COF0wx-wermnNy_svtyZquaCUP2xS/view?usp=sharing) */ + #include /// for assert #include /// for I/O operations #include /// for dynamic memory