summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-08-12 11:45:30 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-08-12 11:45:30 +0200
commit6f802642917136eb29d385d31d1817a98b562bbe (patch)
treebbccd9517e1fb430711440077b5c673f31ab3d2a /linux
parente4c311a864d522e402b67f5393f57d0f663330e4 (diff)
downloadqtlocation-mapboxgl-6f802642917136eb29d385d31d1817a98b562bbe.tar.gz
remove uv.h dependency from header files
Diffstat (limited to 'linux')
-rw-r--r--linux/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/main.cpp b/linux/main.cpp
index b1241d64e0..a4f9a6298d 100644
--- a/linux/main.cpp
+++ b/linux/main.cpp
@@ -1,5 +1,6 @@
#include <mbgl/mbgl.hpp>
#include <mbgl/platform/platform.hpp>
+#include <mbgl/util/uv.hpp>
#include <signal.h>
#include <getopt.h>