From 676db2e57b9d56b3f3875c487cf0f61b4942f418 Mon Sep 17 00:00:00 2001 From: Neha Hasija Date: Wed, 21 Oct 2020 10:37:32 +0530 Subject: [PATCH] Update math/magic_number.cpp Co-authored-by: David Leal --- math/magic_number.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/math/magic_number.cpp b/math/magic_number.cpp index 1465aa11a..0ee714671 100644 --- a/math/magic_number.cpp +++ b/math/magic_number.cpp @@ -16,8 +16,8 @@ * sum will be 1, thus verifying that it is a magic number. * @author [Neha Hasija](https://github.com/neha-hasija17) */ -#include -#include +#include /// for assert +#include /// for io operations /** * Function to check if the given number is magic number or not.