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