mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-07 20:50:08 +08:00
fix: add <cstdint> to math/**
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
*/
|
||||
|
||||
#include <cassert> /// for assert
|
||||
#include <cstdint> /// for integral typedefs
|
||||
#include <iostream> /// for IO operations
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user