mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-09 05:29:13 +08:00
fix: add <cstdint> to numerical_methods/**
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
* \see bisection_method.cpp, false_position.cpp
|
||||
*/
|
||||
#include <cmath>
|
||||
#include <cstdint> /// for integral typedefs
|
||||
#include <ctime>
|
||||
#include <iostream>
|
||||
#include <limits>
|
||||
|
||||
Reference in New Issue
Block a user