Skip to content

Commit

Permalink
Update qgsowsserver.h
Browse files Browse the repository at this point in the history
fix compilation error with HAVE_SERVER_PYTHON_PLUGINS set to OFF in ccmake
  • Loading branch information
luca76 committed Jul 12, 2016
1 parent bd3d1c4 commit f99684a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server/qgsowsserver.h
Expand Up @@ -21,6 +21,8 @@
#include "qgsrequesthandler.h"
#ifdef HAVE_SERVER_PYTHON_PLUGINS
#include "qgsaccesscontrol.h"
#else
class QgsMapLayer;
#endif

#include <QHash>
Expand Down

0 comments on commit f99684a

Please sign in to comment.