diff --git a/strings/z_function.cpp b/strings/z_function.cpp index e3858a9f4..b2ec48a7a 100644 --- a/strings/z_function.cpp +++ b/strings/z_function.cpp @@ -11,14 +11,14 @@ * @author [Ritika Gupta](https://github.com/RitikaGupta8734) */ -#include +#include /// for IO operations #ifdef _MSC_VER -#include // use this for MS Visual C++ +#include /// for string (use this for MS Visual C++) #else -#include +#include /// for string #endif -#include -# include +#include /// for std::vector +#include /// for assert /** * Generate the Z-function for the inputted string.