Skip to content

Commit d67afea

Browse files
authored
Merge pull request #61870 from jef-n/fix-non-unity
fix non-unity builds like msvc nightly
2 parents af6dae0 + 1116590 commit d67afea

File tree

5 files changed

+7
-0
lines changed

5 files changed

+7
-0
lines changed

python/PyQt6/core/auto_generated/qgssqlstatement.sip.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010

1111

12+
1213
class QgsSQLStatement
1314
{
1415
%Docstring(signature="appended")

python/core/auto_generated/qgssqlstatement.sip.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010

1111

12+
1213
class QgsSQLStatement
1314
{
1415
%Docstring(signature="appended")

src/core/dxf/qgsdxfpaintdevice.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121
#define SIP_NO_FILE
2222

23+
#include <memory>
24+
2325
#include <QPaintDevice>
2426

2527
#include "qgis_core.h"

src/core/qgssqlstatement.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
#ifndef QGSSQLSTATEMENT_H
1818
#define QGSSQLSTATEMENT_H
1919

20+
#include <memory>
21+
2022
#include <QCoreApplication>
2123
#include "qgis_sip.h"
2224
#include <QMetaType>

src/gui/qgsgpstoolsinterface.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#ifndef QGSGPSTOOLSINTERFACE_H
1616
#define QGSGPSTOOLSINTERFACE_H
1717

18+
#include "qgis_sip.h"
1819
#include "qgis_gui.h"
1920

2021
class QgsGpsConnection;

0 commit comments

Comments
 (0)