From 2217049119a2ecfcd7f2aad8feae03594be0787c Mon Sep 17 00:00:00 2001 From: Krishna Vedala Date: Tue, 26 May 2020 09:40:57 -0400 Subject: [PATCH] add cstring for std::to_string() --- others/palindrome_of_number.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/others/palindrome_of_number.cpp b/others/palindrome_of_number.cpp index dda872882..93c54a965 100644 --- a/others/palindrome_of_number.cpp +++ b/others/palindrome_of_number.cpp @@ -1,4 +1,5 @@ #include +#include #include int main() {