Add missing include

This commit is contained in:
Nyall Dawson 2021-03-27 11:59:22 +10:00
parent 9d01cca0bd
commit ddcde49801

View File

@ -28,6 +28,7 @@
#include "nlohmann/json.hpp"
#include <QUrl>
#include <QUrlQuery>
QgsRectangle QgsServerApiUtils::parseBbox( const QString &bbox )
{