Navigation Menu

Skip to content

Commit

Permalink
Adapt includes to recent changes in master
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Jan 15, 2021
1 parent 2f5e430 commit a5e074c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/server/services/wms/qgswmsrenderer.cpp
Expand Up @@ -64,6 +64,9 @@
#include "qgsserverexception.h"
#include "qgsexpressioncontextutils.h"
#include "qgsfeaturestore.h"
#include "qgsattributeeditorcontainer.h"
#include "qgsattributeeditorelement.h"
#include "qgsattributeeditorfield.h"

#include <QImage>
#include <QPainter>
Expand Down
3 changes: 2 additions & 1 deletion src/server/services/wms/qgswmsrenderer.h
Expand Up @@ -25,7 +25,6 @@
#include "qgswmsrendercontext.h"
#include "qgsfeaturefilter.h"
#include "qgslayertreemodellegendnode.h"
#include "qgsattributeeditorelement.h"
#include "qgseditformconfig.h"
#include <QDomDocument>
#include <QMap>
Expand All @@ -47,6 +46,8 @@ class QgsDxfExport;
class QgsLayerTreeModel;
class QgsLayerTree;
class QgsServerInterface;
class QgsAttributeEditorElement;
class QgsEditFormConfig;

class QImage;
class QPaintDevice;
Expand Down

0 comments on commit a5e074c

Please sign in to comment.