summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2016-09-26 19:18:50 +0300
committerKonstantin Käfer <mail@kkaefer.com>2016-09-28 16:35:50 +0200
commit4ef66f36d40c9801b6683fe18b27367c89159541 (patch)
tree5d60be018b32de8dd41c084d5d32b4e66925175c /src
parente0ffde7bc216083966ed575902513e6f06d9bafc (diff)
downloadqtlocation-mapboxgl-4ef66f36d40c9801b6683fe18b27367c89159541.tar.gz
[core] Use geojson as a header only library
Diffstat (limited to 'src')
-rw-r--r--src/mbgl/util/geojson.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mbgl/util/geojson.cpp b/src/mbgl/util/geojson.cpp
new file mode 100644
index 0000000000..d1608e09fe
--- /dev/null
+++ b/src/mbgl/util/geojson.cpp
@@ -0,0 +1 @@
+#include <mapbox/geojson_impl.hpp>