From 5dd8b173a59999cbcc245d87da4a1b743b91b252 Mon Sep 17 00:00:00 2001 From: Marco Busemann Date: Fri, 4 Oct 2019 08:50:29 +0200 Subject: [PATCH] Remove warnings about deleting a pointer of unknown type C4150 --- QXlsx/header/xlsxabstractsheet_p.h | 1 + QXlsx/source/xlsxworkbook.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/QXlsx/header/xlsxabstractsheet_p.h b/QXlsx/header/xlsxabstractsheet_p.h index 9594b3f..4648a9a 100644 --- a/QXlsx/header/xlsxabstractsheet_p.h +++ b/QXlsx/header/xlsxabstractsheet_p.h @@ -11,6 +11,7 @@ #include "xlsxabstractsheet.h" #include "xlsxabstractooxmlfile_p.h" +#include "xlsxdrawing_p.h" QT_BEGIN_NAMESPACE_XLSX diff --git a/QXlsx/source/xlsxworkbook.cpp b/QXlsx/source/xlsxworkbook.cpp index bc723b3..54b78a6 100644 --- a/QXlsx/source/xlsxworkbook.cpp +++ b/QXlsx/source/xlsxworkbook.cpp @@ -11,6 +11,7 @@ #include "xlsxformat_p.h" #include "xlsxmediafile_p.h" #include "xlsxutility_p.h" +#include "xlsxchart.h" #include #include