From 927f919c0b829764441ef435880ee4941c6fa5e4 Mon Sep 17 00:00:00 2001 From: hjk Date: Mon, 13 Jan 2025 09:49:23 +0100 Subject: [PATCH] QrCodeGen: Fix compilation error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit qrcodeimageprovider.cpp:63:32: error: invalid use of incomplete type ‘const class QJsonValue' Change-Id: I2c0e69c9ad80853cd21b4991e958d5db72a243c2 Reviewed-by: Burak Hancerli Reviewed-by: hjk --- src/libs/3rdparty/qrcodegen/src/qrcodeimageprovider.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libs/3rdparty/qrcodegen/src/qrcodeimageprovider.cpp b/src/libs/3rdparty/qrcodegen/src/qrcodeimageprovider.cpp index 4bf33a3a7e1..4b516b662a2 100644 --- a/src/libs/3rdparty/qrcodegen/src/qrcodeimageprovider.cpp +++ b/src/libs/3rdparty/qrcodegen/src/qrcodeimageprovider.cpp @@ -5,6 +5,7 @@ #include "qrcodegen.h" #include +#include #include #include