mirror of https://github.com/linuxdeepin/dtkcore
chore: should include QVector headers
```use DComponentInfos = QVector<DComponentInfo*>;``` should include QVector headers or may get build error like "invalid use of incomplete type ‘using DComponentInfos = class QVector<Dtk::Core::DLicenseInfo::DComponentInfo*>’ {aka ‘class QVector<Dtk::Core::DLicenseInfo::DComponentInfo*>’}"
This commit is contained in:
parent
43be742963
commit
226add3554
|
@ -5,6 +5,8 @@
|
|||
#ifndef DLICENSEINFO_H
|
||||
#define DLICENSEINFO_H
|
||||
|
||||
#include <QVector>
|
||||
|
||||
#include <dtkcore_global.h>
|
||||
#include <dobject.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue