summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-12-04 19:45:23 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-12-04 20:13:08 +0100
commit3b190ddd0d85dd56a87227da3a2c87f77e1daeb6 (patch)
tree0f2552e1210cdf5d81f4f876f51fddaacb766c3f /include
parent1e3fb3a423f899c808f52444c335e87cc3e0170f (diff)
downloadqtlocation-mapboxgl-3b190ddd0d85dd56a87227da3a2c87f77e1daeb6.tar.gz
fix build
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/platform/default/headless_display.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/platform/default/headless_display.hpp b/include/mbgl/platform/default/headless_display.hpp
index 079947e77a..08c423c587 100644
--- a/include/mbgl/platform/default/headless_display.hpp
+++ b/include/mbgl/platform/default/headless_display.hpp
@@ -1,7 +1,7 @@
#ifndef MBGL_COMMON_HEADLESS_DISPLAY
#define MBGL_COMMON_HEADLESS_DISPLAY
-#include <mbgl/platform/headless_view.hpp>
+#include <mbgl/platform/default/headless_view.hpp>
namespace mbgl {