mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-10 14:09:17 +08:00
fix: add <cstdint> to sorting/**
This commit is contained in:
@@ -23,8 +23,10 @@
|
||||
*/
|
||||
|
||||
/// header files
|
||||
|
||||
#include <algorithm> /// for collection of functions
|
||||
#include <cassert> /// for a macro called assert which can be used to verify assumptions
|
||||
#include <cstdint> /// for integral typedefs
|
||||
#include <iostream> /// for io operations
|
||||
#include <vector> /// for std::vector
|
||||
|
||||
|
||||
Reference in New Issue
Block a user