Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added missing QUrl include
  • Loading branch information
timlinux committed Jun 28, 2011
1 parent c769cdd commit 664317f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mapserver/qgswmsserver.cpp
Expand Up @@ -50,6 +50,7 @@
#include <QBuffer>
#include <QPrinter>
#include <QSvgGenerator>
#include <QUrl>

QgsWMSServer::QgsWMSServer( std::map<QString, QString> parameters, QgsMapRenderer* renderer )
: mParameterMap( parameters )
Expand Down

0 comments on commit 664317f

Please sign in to comment.