1
0
Fork 0

Add missing include

In utils/fgqcanvas/fgcanvaspath.cpp: <QByteArrayList>
This commit is contained in:
Florent Rougon 2016-12-25 12:12:26 +01:00
parent ffdfdcb6d7
commit 9b38c0046f

View file

@ -2,6 +2,7 @@
#include <cctype>
#include <QByteArrayList>
#include <QPainter>
#include <QDebug>
#include <QtMath>