From 9639d766418a46187313286e42a8fa616e41c55a Mon Sep 17 00:00:00 2001 From: realstealthninja <68815218+realstealthninja@users.noreply.github.com> Date: Sat, 31 Aug 2024 10:56:53 +0530 Subject: [PATCH] fix: add to power_of_2.cpp --- bit_manipulation/power_of_2.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/bit_manipulation/power_of_2.cpp b/bit_manipulation/power_of_2.cpp index c62bfdaa3..14092e895 100644 --- a/bit_manipulation/power_of_2.cpp +++ b/bit_manipulation/power_of_2.cpp @@ -16,6 +16,7 @@ */ #include /// for assert +#include /// for integral typedefs #include /// for IO operations /**