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:
ck 2023-07-18 16:53:22 +08:00 committed by mike
parent 43be742963
commit 226add3554
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
#ifndef DLICENSEINFO_H
#define DLICENSEINFO_H
#include <QVector>
#include <dtkcore_global.h>
#include <dobject.h>