fix build

This commit is contained in:
Martin Rotter 2021-02-03 19:10:16 +01:00
parent f24f03e6df
commit a9efaac825
2 changed files with 2 additions and 3 deletions

@ -1 +1 @@
Subproject commit 47f4125753452eff8800dbd6600c5a05540b15d9
Subproject commit 9c10723bfbaf6cb85107d6ee16e0324e9e487749

View file

@ -6,11 +6,10 @@
#include "services/abstract/serviceroot.h"
#include <QMap>
#include <QMutex>
#include <QPair>
#include <QStringList>
class QMutex;
struct CacheSnapshot {
QMap<QString, QStringList> m_cachedLabelAssignments;
QMap<QString, QStringList> m_cachedLabelDeassignments;