Skip to content

Commit 82cb276

Browse files
fix: add <cstdint> to stack_using_list_queue.cpp
1 parent 0d18442 commit 82cb276

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data_structures/stack_using_queue.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* @author [tushar2407](https://github.com/tushar2407)
1010
*/
1111
#include <cassert> /// for assert
12+
#include <cstdint> /// for integral typedefs
1213
#include <iostream> /// for IO operations
1314
#include <queue> /// for queue data structure
1415

0 commit comments

Comments
 (0)