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.