From bdd1cff1fc489b76049a4aa490b9f4508406f740 Mon Sep 17 00:00:00 2001 From: ewd00010 <78011234+ewd00010@users.noreply.github.com> Date: Thu, 1 Jun 2023 22:50:14 +0100 Subject: [PATCH] Update math/check_amicable_pair.cpp Co-authored-by: David Leal --- math/check_amicable_pair.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/check_amicable_pair.cpp b/math/check_amicable_pair.cpp index 7a86f8e31..83965f1ba 100644 --- a/math/check_amicable_pair.cpp +++ b/math/check_amicable_pair.cpp @@ -15,7 +15,7 @@ * @author [iamnambiar](https://github.com/iamnambiar) */ #include /// for assert -#include /// for cout +#include /// for IO operations /** * @brief Mathematical algorithms