From b76d5fc04364a881395f136b1dfb7139786c32ab Mon Sep 17 00:00:00 2001 From: Ankur13997 <54276967+Ankur13997@users.noreply.github.com> Date: Sat, 3 Oct 2020 10:05:56 +0530 Subject: [PATCH] Update Sieve_of_Eratosthenes.cpp --- Sieve_of_Eratosthenes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;