Skip to content

Commit bc9e7be

Browse files
author
jef
committed
fix nightly build
git-svn-id: http://svn.osgeo.org/qgis/trunk@15525 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 14ed002 commit bc9e7be

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/core/qgsdiagram.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#include "qgsrendercontext.h"
44

55
#include <QPainter>
6-
#include <QBrush>
76

87
void QgsDiagram::setPenWidth( QPen& pen, const QgsDiagramSettings& s, const QgsRenderContext& c )
98
{

src/core/qgsdiagram.h

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
#include "qgsfeature.h"
55
#include <QPen>
6+
#include <QBrush>
67

78
class QPainter;
89
class QPointF;

0 commit comments

Comments
 (0)