From 021558b11427f852c3260007b38310580d541fc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Mon, 2 Apr 2018 23:33:10 +0200 Subject: [PATCH] Fixed QT4 build --- src/map/wms.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/map/wms.cpp b/src/map/wms.cpp index 23cf848c..81ac5e7d 100644 --- a/src/map/wms.cpp +++ b/src/map/wms.cpp @@ -1,6 +1,7 @@ #include #include #include +#include #include "downloader.h" #include "crs.h" #include "wms.h"