summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-04-22 08:11:52 -0700
committerKonstantin Käfer <mail@kkaefer.com>2014-04-22 08:11:52 -0700
commitcf5fefca20fa7eebd740a0591609922e32fac713 (patch)
treec81dd952230412b0e74b1ab5568973cd44650523 /common
parentafd43639153d19ab33f264f7bafcdc3dffa39dea (diff)
downloadqtlocation-mapboxgl-cf5fefca20fa7eebd740a0591609922e32fac713.tar.gz
add missing header on linux
Diffstat (limited to 'common')
-rw-r--r--common/curl_request.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/curl_request.hpp b/common/curl_request.hpp
index 3a512836ea..b85782500a 100644
--- a/common/curl_request.hpp
+++ b/common/curl_request.hpp
@@ -3,6 +3,7 @@
#include <string>
#include <functional>
+#include <memory>
#include <llmr/util/noncopyable.hpp>