Skip to content

Commit 10373fe

Browse files
Update strings/z_function.cpp
1 parent 1abafa4 commit 10373fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strings/z_function.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @author [Ritika Gupta](https://github.com/RitikaGupta8734)
1212
*/
1313

14-
#include <cstdint> /// for integral typedefs
14+
#include <cstdint>
1515
#include <iostream> /// for IO operations
1616
#ifdef _MSC_VER
1717
#include <string> /// for string (use this for MS Visual C++)

0 commit comments

Comments
 (0)