summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-09-29 08:10:31 -0700
committerKonstantin Käfer <mail@kkaefer.com>2014-09-29 08:10:31 -0700
commit5c6863c5405c6f8dd66ebc65658dd28a7a1e4078 (patch)
treeb0431ff250da7ac7e8bb7ca3a32083eb6c28fcdc /common
parent9e44c0eae8a5e13bfddd00c7888988cb0bfb7c1f (diff)
downloadqtlocation-mapboxgl-5c6863c5405c6f8dd66ebc65658dd28a7a1e4078.tar.gz
add missing include
Diffstat (limited to 'common')
-rw-r--r--common/http_request_baton_curl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/http_request_baton_curl.cpp b/common/http_request_baton_curl.cpp
index 8cf6a903fe..772aeb86e1 100644
--- a/common/http_request_baton_curl.cpp
+++ b/common/http_request_baton_curl.cpp
@@ -8,6 +8,7 @@
#include <queue>
#include <cassert>
+#include <cstring>
#include <ctime>
#include <xlocale.h>