Merge branch 'master' into Siddhartha-Padhy-patch-1

This commit is contained in:
Siddhartha Shankar Padhy
2021-12-09 19:05:52 +05:30
committed by GitHub

View File

@@ -4,7 +4,7 @@
*/ */
#include <iostream> #include <iostream>
#ifdef _MSC_VER #ifdef _MSC_VER
#include <string> // use this for MS Visucal C++ #include <string> // use this for MS Visual C++
#else #else
#include <cstring> #include <cstring>
#endif #endif