Skip to content

Commit

Permalink
core: add missing assert header to chunked_fifo
Browse files Browse the repository at this point in the history
assert is being used in the pop_front_n method and none of the other
headers in the file include assert transitively.
  • Loading branch information
ballard26 committed Oct 18, 2024
1 parent 788c8d1 commit 6081c96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/seastar/core/chunked_fifo.hh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#ifndef SEASTAR_MODULE
#include <algorithm>
#include <assert.h>
#include <type_traits>
#include <seastar/util/modules.hh>
#endif
Expand Down

0 comments on commit 6081c96

Please sign in to comment.