summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-07-16 19:01:35 -0700
committerKonstantin Käfer <mail@kkaefer.com>2014-07-16 19:01:35 -0700
commitfa4133a094a084527633038d2de1982ed4898a08 (patch)
tree6c1758b11ce6662831357bab939d259c163c1e4c /common
parent55dce57896341d0f4e35a344cc64944e4b505c10 (diff)
downloadqtlocation-mapboxgl-fa4133a094a084527633038d2de1982ed4898a08.tar.gz
add missing header
Diffstat (limited to 'common')
-rw-r--r--common/headless_view.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/headless_view.cpp b/common/headless_view.cpp
index f5d36d3ef6..6a7d75d754 100644
--- a/common/headless_view.cpp
+++ b/common/headless_view.cpp
@@ -1,6 +1,8 @@
#include "headless_view.hpp"
#include <mbgl/util/timer.hpp>
+#include <stdexcept>
+
namespace mbgl {
HeadlessView::HeadlessView() {