mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-13 17:50:45 +08:00
fix: add <cstdint> to numerical_methods/**
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user