diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-08-12 11:45:30 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-08-12 11:45:30 +0200 |
commit | 6f802642917136eb29d385d31d1817a98b562bbe (patch) | |
tree | bbccd9517e1fb430711440077b5c673f31ab3d2a /linux | |
parent | e4c311a864d522e402b67f5393f57d0f663330e4 (diff) | |
download | qtlocation-mapboxgl-6f802642917136eb29d385d31d1817a98b562bbe.tar.gz |
remove uv.h dependency from header files
Diffstat (limited to 'linux')
-rw-r--r-- | linux/main.cpp | 1 |
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> |