Skip to content

Commit

Permalink
Fix CI warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mdanilov committed Apr 7, 2024
1 parent c23be79 commit e2cf74f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/03_stacks_and_queues/queue_via_stacks.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Queue via Stacks: Implement a MyQueue class which implements a queue using
// two stacks.

#include <cstddef>
#include <stack>

// Solution
Expand Down

0 comments on commit e2cf74f

Please sign in to comment.