1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
From: Andreas Cord-Landwehr <cordlandwehr@kde.org>
Date: Sat, 12 Oct 2024 19:33:03 +0200
Subject: Fully specify all types used in header
---
common/maliit/namespace.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/common/maliit/namespace.h b/common/maliit/namespace.h
index 2e47b17..5f96372 100644
--- a/common/maliit/namespace.h
+++ b/common/maliit/namespace.h
@@ -14,6 +14,7 @@
#ifndef MALIIT_NAMESPACE_H
#define MALIIT_NAMESPACE_H
+#include <QList>
#include <QMetaType>
#include <QSharedPointer>
|