diff --git a/Sieve_of_Eratosthenes.cpp b/Sieve_of_Eratosthenes.cpp index 14b30cf..e3808f9 100644 --- a/Sieve_of_Eratosthenes.cpp +++ b/Sieve_of_Eratosthenes.cpp @@ -1,4 +1,4 @@ -#include +#include using namespace std;