Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix server compilation
  • Loading branch information
m-kuhn committed Aug 20, 2016
1 parent 1dd74e4 commit 0725191
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/server/qgsserverprojectparser.cpp
Expand Up @@ -26,6 +26,7 @@
#include "qgsrasterlayer.h"
#include "qgseditorwidgetregistry.h"
#include "qgslayertreegroup.h"
#include "qgslogger.h"

#include <QDomDocument>
#include <QFileInfo>
Expand Down
2 changes: 2 additions & 0 deletions src/server/qgswcsprojectparser.cpp
Expand Up @@ -22,6 +22,8 @@
#include "qgsrasterlayer.h"
#include "qgsmapserviceexception.h"
#include "qgsmessagelog.h"
#include "qgslogger.h"

#ifdef HAVE_SERVER_PYTHON_PLUGINS
#include "qgsaccesscontrol.h"
#endif
Expand Down
1 change: 1 addition & 0 deletions src/server/qgswfsprojectparser.cpp
Expand Up @@ -22,6 +22,7 @@
#include "qgsvectordataprovider.h"
#include "qgsmapserviceexception.h"
#include "qgsaccesscontrol.h"
#include "qgslogger.h"

QgsWfsProjectParser::QgsWfsProjectParser(
const QString& filePath
Expand Down

0 comments on commit 0725191

Please sign in to comment.