summaryrefslogtreecommitdiff
path: root/common/headless_display.cpp
diff options
context:
space:
mode:
authorKonstantin Käfer <konstantin@mapbox.com>2014-10-15 14:20:28 +0000
committerKonstantin Käfer <konstantin@mapbox.com>2014-10-15 14:20:28 +0000
commit8eda68dd8a24ee5025db82d02f952fdd5921eea3 (patch)
tree0980f6fa04a8c21920d57b22fe87931a4e3f1302 /common/headless_display.cpp
parent9ff1d9e3bdc05817d9f9de820e1d07dd17a699cd (diff)
downloadqtlocation-mapboxgl-8eda68dd8a24ee5025db82d02f952fdd5921eea3.tar.gz
fix errors that prevented compilation/running
Diffstat (limited to 'common/headless_display.cpp')
-rw-r--r--common/headless_display.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/headless_display.cpp b/common/headless_display.cpp
index a938347527..3e30d62749 100644
--- a/common/headless_display.cpp
+++ b/common/headless_display.cpp
@@ -1,5 +1,6 @@
#include "headless_display.hpp"
+#include <cstring>
#include <stdexcept>
namespace mbgl {