fix: add <cstdint> to math/**

This commit is contained in:
realstealthninja
2024-08-31 11:29:17 +05:30
parent 2ec9d7fe49
commit afd4ccbc5e
23 changed files with 196 additions and 162 deletions

View File

@@ -8,6 +8,7 @@
* @see fibonacci_large.cpp, fibonacci_fast.cpp, fibonacci.cpp
*/
#include <cstdint> /// for integral typedefs
#include <iostream>
#ifdef _MSC_VER
#include <string> // use this for MS Visual C