TheAlgorithms / C-Plus-Plus

Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
https://thealgorithms.github.io/C-Plus-Plus
MIT License
29.7k stars 7.05k forks source link

adding missing cstdint for uint32_t #2670

Closed yahya-mohammed07 closed 6 months ago

yahya-mohammed07 commented 6 months ago

Description of Change

Tested on linux machine it turns out the adding #include <cstdint> in necessary . Tested sieve_of_eratosthenes.cpp file only

realstealthninja commented 6 months ago

not required as it always compiles in the github actions. i.e no errors are present when compiled by the github action. probably a misconfigured cpp installation on your part

yahya-mohammed07 commented 6 months ago

not required as it always compiles in the github actions. i.e no errors are present when compiled by the github action. probably a misconfigured cpp installation on your part

check this cpp_reference