mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-03 02:29:53 +08:00
fix: add <cstdint> to math/**
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
* @author [muskan0719](https://github.com/muskan0719)
|
||||
*/
|
||||
#include <cassert> /// for assert
|
||||
#include <cstdint> /// for integral typedefs
|
||||
#include <iostream> /// for std::cin and std::cout
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user