Fix build
Add missing include of QVector. Sorry built on my system without it.
This commit is contained in:
parent
0649c8e51e
commit
bbbfb48f48
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include "resource_p.h"
|
||||
|
||||
#include <QPointer>
|
||||
#include <QVector>
|
||||
|
||||
namespace KWayland
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue