fix: add <cstdint> to string/**

This commit is contained in:
realstealthninja
2024-08-31 11:30:47 +05:30
parent 4707b729cc
commit ba64b3c9fc
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
* @author [Ritika Gupta](https://github.com/RitikaGupta8734)
*/
#include <cstdint> /// for integral typedefs
#include <iostream> /// for IO operations
#ifdef _MSC_VER
#include <string> /// for string (use this for MS Visual C++)