From ba64b3c9fc12b815b559b979148ddaeaabcf6bdc Mon Sep 17 00:00:00 2001 From: realstealthninja <68815218+realstealthninja@users.noreply.github.com> Date: Sat, 31 Aug 2024 11:30:47 +0530 Subject: [PATCH] fix: add to string/** --- strings/manacher_algorithm.cpp | 1 + strings/z_function.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/strings/manacher_algorithm.cpp b/strings/manacher_algorithm.cpp index 94314c3b4..1c1581a33 100644 --- a/strings/manacher_algorithm.cpp +++ b/strings/manacher_algorithm.cpp @@ -11,6 +11,7 @@ */ #include /// for assert +#include /// for integral typedefs #include /// for IO operations #include /// for std::vector STL #ifdef _MSC_VER diff --git a/strings/z_function.cpp b/strings/z_function.cpp index 6ce98c491..25a5755a7 100644 --- a/strings/z_function.cpp +++ b/strings/z_function.cpp @@ -11,6 +11,7 @@ * @author [Ritika Gupta](https://github.com/RitikaGupta8734) */ +#include /// for integral typedefs #include /// for IO operations #ifdef _MSC_VER #include /// for string (use this for MS Visual C++)