We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a1c789 commit 8a7eec5Copy full SHA for 8a7eec5
bit_manipulation/count_of_set_bits.cpp
@@ -16,7 +16,7 @@
16
* @author [Prashant Thakur](https://github.com/prashant-th18)
17
*/
18
#include <cassert> /// for assert
19
-#include <cstdint> /// for integral typedefs
+#include <cstdint>
20
#include <iostream> /// for IO operations
21
/**
22
* @namespace bit_manipulation
0 commit comments