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

@@ -22,6 +22,7 @@
#include <cassert> /// for assert
#include <cmath> /// for mathematical-related functions
#include <complex> /// for storing points and coefficents
#include <cstdint> /// for integral typedefs
#include <iostream> /// for IO operations
#include <vector> /// for std::vector