From f71bd16b9e0b5af2c873f955ea0bbe93821d5e42 Mon Sep 17 00:00:00 2001 From: realstealthninja <68815218+realstealthninja@users.noreply.github.com> Date: Sat, 31 Aug 2024 10:47:07 +0530 Subject: [PATCH] fix: add to count_bit_flips.cpp --- bit_manipulation/count_bits_flip.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/bit_manipulation/count_bits_flip.cpp b/bit_manipulation/count_bits_flip.cpp index 5a6584b72..61b2cd5c5 100644 --- a/bit_manipulation/count_bits_flip.cpp +++ b/bit_manipulation/count_bits_flip.cpp @@ -20,6 +20,7 @@ * @author [Yash Raj Singh](https://github.com/yashrajyash) */ #include /// for assert +#include /// for integral typedefs #include /// for IO operations /** * @namespace bit_manipulation