mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-06 12:07:09 +08:00
fix: add <cstdint> to stack_using_list_queue.cpp
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
* @author [tushar2407](https://github.com/tushar2407)
|
||||
*/
|
||||
#include <cassert> /// for assert
|
||||
#include <cstdint> /// for integral typedefs
|
||||
#include <iostream> /// for IO operations
|
||||
#include <queue> /// for queue data structure
|
||||
|
||||
|
||||
Reference in New Issue
Block a user