Skip to content

Commit

Permalink
program-options: add missing include <memory>
Browse files Browse the repository at this point in the history
Needed for std::unique_ptr.
  • Loading branch information
avikivity committed Nov 7, 2024
1 parent f2c0668 commit f1ab267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/seastar/util/program-options.hh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#include <vector>
#include <optional>
#include <set>
#include <memory>
#endif

/// \defgroup program-options Program Options
Expand Down

0 comments on commit f1ab267

Please sign in to comment.