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 @@
*/
#include <cassert> /// for assert
#include <cstdint> /// for integral typedefs
#include <iostream> /// for IO operations
#include <vector> /// for std::vector STL
#ifdef _MSC_VER