Skip to content

Commit f99684a

Browse files
authoredJul 12, 2016
Update qgsowsserver.h
fix compilation error with HAVE_SERVER_PYTHON_PLUGINS set to OFF in ccmake
1 parent bd3d1c4 commit f99684a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/server/qgsowsserver.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
#include "qgsrequesthandler.h"
2222
#ifdef HAVE_SERVER_PYTHON_PLUGINS
2323
#include "qgsaccesscontrol.h"
24+
#else
25+
class QgsMapLayer;
2426
#endif
2527

2628
#include <QHash>

0 commit comments

Comments
 (0)
Please sign in to comment.