mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-04 19:15:52 +08:00
fix add <cstdint> to datastructures/queue_using_array.cpp
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
* @author [Farbod Ahmadian](https://github.com/farbodahm)
|
||||
*/
|
||||
#include <array> /// for std::array
|
||||
#include <cstdint> /// for integral typedefs
|
||||
#include <iostream> /// for io operations
|
||||
|
||||
constexpr uint16_t max_size{10}; ///< Maximum size of the queue
|
||||
|
||||
Reference in New Issue
Block a user