You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
720 B
25 lines
720 B
From 9dbd5f8f0ac3d6d3fab9147a3208623cba698682 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Hr=C3=A1zk=C3=BD?= <lhrazky@redhat.com>
|
|
Date: Tue, 14 Jun 2022 17:26:44 +0200
|
|
Subject: [PATCH] sack/query.hpp: Add a missing include
|
|
|
|
---
|
|
libdnf/sack/query.hpp | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/libdnf/sack/query.hpp b/libdnf/sack/query.hpp
|
|
index 9e49761c..306b24e3 100644
|
|
--- a/libdnf/sack/query.hpp
|
|
+++ b/libdnf/sack/query.hpp
|
|
@@ -26,6 +26,7 @@
|
|
#include "../hy-types.h"
|
|
#include "../hy-query.h"
|
|
#include "../hy-subject.h"
|
|
+#include "../nevra.hpp"
|
|
#include "../repo/solvable/Dependency.hpp"
|
|
#include "../repo/solvable/DependencyContainer.hpp"
|
|
#include "../transaction/Swdb.hpp"
|
|
--
|
|
2.36.1
|
|
|