Skip to content

Commit

Permalink
add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł Marciniak committed Nov 14, 2024
1 parent 2c21b08 commit 4bdac45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libdnf5-cli/output/search.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ along with libdnf. If not, see <https://www.gnu.org/licenses/>.

#include <libdnf5/utils/patterns.hpp>

#include <libdnf5/utils/bgettext/bgettext-lib.h>

#include <algorithm>
#include <iostream>
#include <numeric>
Expand Down

0 comments on commit 4bdac45

Please sign in to comment.