mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-05 03:29:46 +08:00
fix: add <cstdint> to math/**
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
*/
|
||||
|
||||
#include <cassert>
|
||||
#include <cstdint> /// for integral typedefs
|
||||
#include <iostream>
|
||||
|
||||
/** Compute double factorial using iterative method
|
||||
|
||||
Reference in New Issue
Block a user