fix: add <cstdint> to numerical_methods/**

This commit is contained in:
realstealthninja
2024-08-31 11:29:46 +05:30
parent afd4ccbc5e
commit 8740df0314
7 changed files with 7 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
* \see bisection_method.cpp, false_position.cpp
*/
#include <cmath>
#include <cstdint> /// for integral typedefs
#include <ctime>
#include <iostream>
#include <limits>