mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-03 10:35:34 +08:00
fix: add <cstdint> to set_kth_bit.cpp
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
*/
|
||||
|
||||
#include <cassert> /// for assert
|
||||
#include <cstdint> /// for integral typdefs
|
||||
#include <iostream> /// for IO operations
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user