Skip to content

Commit 572bb35

Browse files
Update data_structures/stack_using_queue.cpp
1 parent 227e9d2 commit 572bb35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/stack_using_queue.cpp

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

0 commit comments

Comments
 (0)