Update qzint.h

Fixes a compilation issue on msys2's Qt5.15
This commit is contained in:
lifof 2020-06-27 22:48:52 +01:00 committed by GitHub
parent 30298cd226
commit 1306d3658a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@
#define BARCODERENDER_H
#include <QColor>
#include <QPainter>
#include <QPainterPath>
#include "qzint_global.h"
#include "zint.h"